Gollum
06-09-2003, 06:00 AM
Hi guys,
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...
<style type="text/css">
.vertical
{
writing-mode: tb-rl;
filter: flipv fliph;
}
</style>
But it doesn't work in Netscape.
Is there anything that will work for Netscape?
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...
<style type="text/css">
.vertical
{
writing-mode: tb-rl;
filter: flipv fliph;
}
</style>
But it doesn't work in Netscape.
Is there anything that will work for Netscape?