This is a migrated thread and some comments may be shown as answers.

Vertical TabStip Options

1 Answer 119 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Jay
Top achievements
Rank 1
Jay asked on 26 Jan 2011, 04:50 PM
I'm trying to re-create a live site from a client's mock up and it requires the tabs and the tab text to be vertical but I don't seem to be able to flip the tab strip to do this and I was wondering if I was trying to accomplish something that can't be done.

I've been able to get the tabs to orient vertically but the text still reads horizontally.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 27 Jan 2011, 07:05 AM
Hello Jason,

You van try the overriding the default CSS to show the text, like below.
CSS:
        .rtsTxt
        {
writing-mode: tb-rl;
filter: flipv fliph;
        }

Anyway this style is not supported by FireFox3.6.6.


Thanks,
Shinu.
Tags
TabStrip
Asked by
Jay
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or