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 that event i have rotated the image by certain degree. But still i have not achieved a smooth rotation.
Also i found a JQuery plugin for rotation
http://webscripts.softpedia.com/script/ ... 59056.html
The desired rotation is fine, but because of integrating it, other functionalities like resizing of image (JQuery Resizable) and Dragging (JQuery Draggable) is not working fine.
Does anybody have some simple solution for this, i am really bugged up trying various combinations of plugins.
Thanks in Advance