I’d like to rotate an image on a webpage through four orientations at 90 degrees apart. I’d prefer this to happen on the client machines. Can this be done using css? Or will I need to use JavaScript, I need to rotate a background image, a pattern which is repeated on the page.
Share
@tada; you can use css3 rotate property as petah said
& for IE you can use IE filter:
for more check these links:
http://snook.ca/archives/html_and_css/css-text-rotation
http://css-tricks.com/snippets/css/text-rotation/