Forum Moderators: not2easy

Message Too Old, No Replies

Vertical Text

Cross Browser Compatible

         

Argblat

8:19 pm on Aug 8, 2006 (gmt 0)

10+ Year Member



I'm wondering if there is a way to make text along a vertical path (text that goes bottom to top, not left to right) using CSS

I have found the following properties combine to work the way I want them to, but they only work in IE.

writing-mode: tb-rl;
filter: flipv fliph;

Anyone know a solution? ... Is there a moz-css-property that I can add to make it also work in Firefox?

Thanks!
-Mike

cuce

11:13 pm on Aug 9, 2006 (gmt 0)

10+ Year Member



I have scowered the internet for years looking for that. No luck yet unless you are catering only to IE. If you ever find out a way, let me know!