hi,
I have a text element which needs to be rotated at 90 degrees.
i put the text in a div layer and used the following code to rotate,
oDiv.style.filter='progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
This code works fine in IE but i am not able to run it in other browsers.
Can anyone suggest help on this regard
Thanks in advance
Regards
Exelio:-|