views:

32

answers:

2

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

A: 

Take a look here:

Text Rotation with CSS

Leniel Macaferi
this will work in mozila only
Pranay Rana
i have tried that one but as i mention it is only rotating the first character
Mac
A: 

See:

Element Rotation (CSS Tranformations)

Sarfraz