Jul
28th
09
Tue
28th
09
Text Rotation with CSS
-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); The rotation property of the BasicImage filter can accept one of…