Here, I am going to share the styles found on internet to rotate Div. Unfortunately, it doesn't work in IE. Any ideas?
style="-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);"

Hi,
ReplyDeleteOn this page:
http://www.coursesweb.net/javascript/rotate-html-objects-div-span-image-jquery_t
it is a tutorial about how to rotate Div, Images, and other HTML elements with jQuery, by any angle.
Works also in IE 7+.
Thanks MarPlo.
ReplyDelete