Vertical menu with vertical text
Posted
by
denis_n
on Stack Overflow
See other posts from Stack Overflow
or by denis_n
Published on 2010-12-23T09:17:46Z
Indexed on
2010/12/23
9:54 UTC
Read the original article
Hit count: 368
I need a vertical menu with vertical text in it.
Here is the link to working example:
http://jsfiddle.net/cyxuD/4/embedded/result/
You can edit it on jsfiddle site.
How to make it work in Firefox and IE?
Html:
<ul>
<li><a href="#TabStrip-1">Text 1</a></li>
<li><a href="#TabStrip-2">Text 2</a></li>
<li><a href="#TabStrip-3">Very long text...</a></li>
</ul>
© Stack Overflow or respective owner