Hi, I want to change x and y coordinates of a image (that is i want to rotate the image).Can anyone tell me how it can be done. Thanks in advance! Regards, Geetha
changing x and y is moving, rotating is not... there are some webkit based transform effects that can do that but other browsers are not on-board yet. not sure if its doable w/o some nasty hacks... you can try canvas or svg using canvas, i've seen this: http://www.ernestdelgado.com/public-tests/canvasphoto/demo/canvas.html (not native for ie)