Results 1 to 2 of 2

Thread: Vertical Text using CSS - Mozilla

  1. #1
    Join Date
    Jun 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool 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

  2. #2
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •