How can i rotate an image with some associated text in jquery?
+1
A:
(No JQuery but ) there is a css selector named "transform" that performing this kind of rotation. For example see: http://www.zachstronaut.com/posts/2009/02/17/animate-css-transforms-firefox-webkit.html
Pierre
2010-01-15 14:55:25
Note that whilst the transform property is definitely awesome, it is a css3 property and doesn't work in IE. There's a surprise...
Addsy
2010-01-15 15:12:13