writing-mode: tb-rl

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

writing-mode: tb-rl

Post 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! :(
pilau
Forum Regular
Posts: 594
Joined: Sat Jul 09, 2005 10:22 am
Location: Israel

Post by pilau »

I can only help you with the right to left thing.. Do

Code: Select all

<html dir="rtl">
.
Post Reply