Categories | Question details Back To List | ||
Tabbar - How do you change the direction of text on a vertical tab? Hi, You home page has a "Live Demo" which leads people to think that you can have text change direction (go up-and-down) on the tabs which appear to the left and/or right, if you so choose. After trying to figure out how you guys do it, I can't find any documentation, and I also see that you replace the text with an image. This work-around is not practical for me. Are there any "real" ways of programmatically changing the direction of the text so that it appears sideways on those vertical tabs? Thanks, Chad Answer posted on Oct 26, 2007 01:45 Unfortunately only IE supports such feature by css style="writing-mode: tb-rl" There is no know solution for FF|Opera|Safari - so images instead of text is only universal solution. |