Click to See Complete Forum and Search --> : Rotate/turn/twist images


demo
09-03-2003, 02:19 PM
Hey,
Just wondering if there is any way to turn or rotate an image, by a given number of degrees maybe. to my knowledge it cannot be done with css but i was just wondering if it could be done with javascript or any other means. any replies greatly appreciated.

cheers,
demo

Fang
09-03-2003, 02:43 PM
Flash or Scalable Vector Graphics (SVG (http://www.w3.org/Graphics/SVG/Overview.htm8))

BestZest
09-03-2003, 02:46 PM
Sorry, but it cant be done with JavaScript. Like Fang said, SVG, or VML (Vector Markup Language, only supported in Internet Explorer), but I'm not even sure if that will let you rotate images. Otherwise you could try Flash.

BestZest