rotate image

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
sandy1028
Forum Commoner
Posts: 60
Joined: Thu Jul 26, 2007 3:56 am

rotate image

Post by sandy1028 »

Hi,

How can I rotate the image by 180 degree in CSS.
Please help me with this
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post by matthijs »

You can't, as far as I know.

Or it is a feature in CSS3+, supported by browsers in 2012-2020.
User avatar
figaro11
Forum Commoner
Posts: 64
Joined: Mon Sep 17, 2007 11:49 pm

Post 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.
Post Reply