Vertical Text with CSS -


Can I look at IE6 using CSS in all browsers? For example, I need 'WORD' to rotate above 90 degrees so that 'W' is at the bottom and 'D' is on top.

Thanks in advance.

For IE specifically, try:

  #myText {filter: progid: DXImageTransform.microsoft.basicImage (rotation = 3); }  

I'm sorry, but I can not go to IE just to test the versions, but I'm pretty sure it is backed up in IE6 .


Comments