I have text inside a list item (<li>
), and I want to rotate it 270 degree. In FireFox, Safari, Chrome, and Opera we have found direct methods, but in the case of IE, there is no direct support. However, there are some filters like matrix
and BasicImage
: I tried them, but I am not getting anywhere.
For example, I am doing something like this:
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
It is only rotating the first character of all list items