-
Vertical Text using CSS - Mozilla
Dear All
i need a table header with text aligned vertically. i wrote a css and it works fine with IE. but mozialla doesnt support that. is there any other way that we can represent vetical text.
Code i have used
.verticaltext {
writing-mode: tb-rl;
filter: flipV flipH;
}
Regards
PraDz
-
-
Both of those css properties are *ONLY* available in IE. I don't think that there are any properties which could just flip the text. Use images instead.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks