Not sure about Internet Explorer 9 yet but there is an excellent online tool for calculating the correct values for Internet Explorer 6, 7 and 8 css filters:
Enter the degrees of rotation and click 'Set'
This will generate CSS for the equivalent values for Firefox, Safari/Chrome and Opera but these can now be more simply stated using, e.g.
-moz-transform:rotate(25deg);
-webkit-transform:rotate(25deg);
-o-transform:rotate(25deg);
The basic filter for IE only allows 90 degree rotations (0, 90, 180, 270) so if you want text or images at a jaunty angle it's not enough. It's worth the extra effort to keep text as text and not resort to imagery.
However, don't expect the text to be as smooth as in other, more capable browsers...
The maths
Truth Wins at Last
-
Recently, the saga of Rangers Football Club (the original and up to now
very much best version) ended when the old club finally were liquidated. In
the twe...
3 days ago