Writing Veritcal text in Netscape, etc.

liunx

Guest
Hi guys,<br />
<br />
I'd like to display some text written vertically (on the left side of a table) and I found the following stuff that works in IE...<br />
<br />
<style type="text/css"><br />
.vertical <br />
{<br />
writing-mode: tb-rl;<br />
filter: flipv fliph;<br />
}<br />
</style><br />
<br />
But it doesn't work in Netscape. <br />
<br />
Is there anything that will work for Netscape?<!--content-->Either I did not understand your question or you you do not need any MS specific code to do this.<br />
<br />
Now if I understood you correctly, then put a div span or other element and make its width so little that it wont fint more then a small word in that case it will print words above each other showing them vertically layedout.????<!--content-->I've attached an example of the effect I'm after...<br />
<br />
There will typically be only one word, so reducing the width doesn't do - and adding line breaks after each letter looks horrid.<br />
<br />
Any Ideas?<!--content-->
 
Back
Top