Page 1 of 1

rotate image

Posted: Fri Oct 05, 2007 5:39 am
by sandy1028
Hi,

How can I rotate the image by 180 degree in CSS.
Please help me with this

Posted: Fri Oct 05, 2007 7:57 am
by matthijs
You can't, as far as I know.

Or it is a feature in CSS3+, supported by browsers in 2012-2020.

Posted: Fri Oct 05, 2007 5:18 pm
by figaro11
The only way to rotate an image, that I know of, is to use a canvas element. But then that would be javascript, not css.