Search code examples
htmlcssvertical-text

Write Text Vertically at 270deg using CSS


I am working on an example where i want to write text vertically at 90 deg and 270deg.

Example at JSFiddlle

It seems to be working in FF but doesn't show up in IE at all.

I tried to change certain properties with no luck.

I would appreciate if someone can help me resolve this so that it works across all browsers.

Regards


Solution

  • I think the way i have done along with Jquery is much better and help to get around the browser issue as i faced in other example

    Check out http://jsfiddle.net/RwEme/1865/

    I think this is best suited for my example & works well in IE without any issue with font also. I am write text in div and rotating it with jQuery plug in.

    Has issues with IE 8 & below