I was wondering if anyone on the list has seen an good multi-level
horizontal tab menu.
I have
<div id="menu">
<ul>
<li class="selected">Company
<ul>
<li class="selected">Overview</li>
<li>Our People</li>
</ul>
<li>Products
<ul>
<li>Product 1</li>
<li>Product 2</li>
</ul>
</li>
</ul>
</div>
Obviously the second layer is visible on the "selected" tab.
I was hoping there might be something already made that does this.
I dont want a drop down menu;
I am looking for horizontal tabs.
Sorry I know its not web2py related; but my project is in web2py. =)