I need a table header with text aligned vertically. I wrote a css and it works fine with IE, but mozilla doesn't support that. Is there any other way that we can represent vetical text?

Code i have used:
Code:
.verticaltext {
writing-mode: tb-rl;
filter: flipV flipH;
}