Rotation in IE8+
Rotate an element using the following IE only style:
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
Don't apply this to an anchor tag because when the tag is clicked, IE will place a dotted border around it that will not be rotated. Instead use a span with:
cursor: pointer;
to simulate anchor behaviour.
Written by Christopher Chow
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#