How to simulate vertical text (writing-mode:tb-rl) in Firefox
Problem displaying vertical text in Firefox
If you want to make your table header thin to conserve space, one of the options is to make text vertical. This is easily done in Internet Explorer using CSS3 write-mode property:
<th style=”write-mode: tb-lr”>Text will be vertical</th>
Unofortunatelly, Firefox 3 does not support this feature yet.
Javascript FF & IE vertical text […]
Comments(1)
