I have tried this to rotate text to 270 Degree
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
Working Perfectly in Firefox, Google Chrome, Safari working with some spacing issue in IE 8,7,6
but its really Sucks in OPERA Any Idea???
Did you try this ?
Your code example is for rotating 90 degrees. To rotate 270 try this
It works for me. Using Opera 11 on Linux
Sample: http://www.inwardpath.com.au
}
I like using this - http://wilq32.adobeair.pl/jQueryRotate/Wilq32.jQueryRotate.html