[jquery-ui] How to generate a Rotating Effect while rotating an image

2010-05-17 Thread Eliza
Hi All, I have an image and i want to rotate the image using the edges of the image as an anchor point. But i could not find any appropriate event to accomplish the task. I tried using the onDrag Event but the image tag doesn't support the ondrag event, so i tried using the onmouseDown event and on

[jquery-ui] Re: How to prevent resizing of Table while using JQuery Resizable plugin

2010-05-13 Thread Eliza
Yes, i have specified a fixed height and width for the Table. Also, now i have solved this issue, i have used a DIV instead of a table and the overflow property of the DIV is set to scroll. On May 12, 6:28 pm, Roman wrote: > Are widths and heights set for the columns and rows? > > -- > You receiv

[jquery-ui] How to prevent resizing of Table while using JQuery Resizable plugin

2010-05-12 Thread Eliza
Hello, I am using JQuery Resizable Plugin in one of my scripts. I have an image to which i have applied class resizable and this image is inside a Table, whenever i try to resize the image, the table also gets resized. Anybody has an idea why this is happening. I tried using css property table-la