Page 1 of 1

writing-mode: tb-rl

Posted: Sun Oct 09, 2005 5:42 am
by Chris Corbyn
Can I use that (or a mozilla-specific equivalent) in FF? It only seems to work in IE.

I need text to be displayed vertically for the purposes of a graph class I'm working on. It's getting to the point where I'm tempted to do something like

Code: Select all

T<br />h<br />i<br />s<br /> <br />i<br />s<br /> <br />v<br />e<br />r<br />t<br />i<br />c<br />a<br />l<br />
Ouch! :(

Posted: Sun Oct 09, 2005 10:48 am
by pilau
I can only help you with the right to left thing.. Do

Code: Select all

<html dir="rtl">
.