Quote:
Originally Posted by bobster65
Tabs at the bottom and top? Haven't tried it, but simple copy the "tab" portion and place it after the last content area and before the switch tabs script .. in theory, that should work. one of the CSS style is use has tabs at the bottom, so I know it works, just never tried it with both top and bottom ..
|
Has anybody got tabs both to top & bottom to work?
If I copy this part:
Code:
<!-- Tabbed Forum Home Tabs Layout -->
<ul id="forumtabs" class="shadetabs">
<li><a href="#" rel="tcontent1" class="selected">tab1</a></li>
<li><a href="#" rel="tcontent3">tab2!</a></li>
<li><a href="#" rel="tcontent2">tab3</a></li>
<li><a href="#" rel="tcontent4"><font size="2">tab3</font></a></li>
</ul>
<!-- /Tabbed Forum Home Tabs Layout -->
after the last content area and right before the switch tabs script, the tabs appear ok in the bottom, but if I click on them they simply go to the top of the page, they don't switch. Also at the bottom tabs, the first tab is always shown us "selected", even if I click to another top tab.
Any ideas?