|
Subject:
|
ever seen vertical text on a web site?
|
|
Posted By:
|
lcsgeek
|
Post Date:
|
9/11/2003 9:26:07 AM
|
|
Isn't there a way to present text vertically on a web page? I desperately need this functionality but now that I think about it, I don't think I've ever seen a rotated piece of text anywhere on the web. Anyone?
|
|
Reply By:
|
mega
|
Reply Date:
|
9/12/2003 8:03:00 AM
|
Probably with CSS
Regards - Jon
|
|
Reply By:
|
aware
|
Reply Date:
|
9/16/2003 10:08:10 AM
|
Hi
You might find a java applet to do this for you, or use graphics if you can.
Regs
Andy
|
|
Reply By:
|
kend
|
Reply Date:
|
9/17/2003 5:18:46 PM
|
I did a search and found the following:
http://www.ssi-developer.net/css/vertical-text.shtml
Hope it helps,
Ken
|
|
Reply By:
|
lcsgeek
|
Reply Date:
|
9/22/2003 7:29:09 AM
|
Kend, udaman. That css bit works like a champ. Thanks man.
|
|
Reply By:
|
kend
|
Reply Date:
|
9/23/2003 12:46:27 PM
|
Glad to help.
I did a little more searching out of curiosity. I think what I gave you is Microsoft-specific. They list it as a 'proposed' addition to CSS.
The CSS 2 specification has a little different syntax, and should be cross-browser compatible (as soon as they all support CSS2).
http://www.w3.org/TR/1998/REC-CSS2-19980512/visuren.html#direction
|