Forum Moderators: not2easy
Here is the CSS I am using, to make vertical text. It works in IE, but not in netscape. I really don't want to have to use an image file unless I have to, as the page is a gallery and will already have a number of images on it. I want to keep loading time to a minimum.
.titlebox {
position: absolute;
writing-mode: tb-rl;
filter: flipv fliph;
top: 150px;
height: auto;
width: 25px;
font-weight: bold;
font-size: 54px;
}
As I say, it works for IE, but not netscape. Does anyone know a way to get vertical text in netscape? I have already set up a netscape css file using a script to check the browser type. So ideal would be something to put in that css to override the above.
Thanks.