I am wanting to add a second nav Tabs under the nav bar.
I place this code:
Quote:
<br /><br /><br />
<ul id="navtabs" class="navtabs floatcontainer">
<!-- Navbar Links -->
<li class="non-selected"><a class="navtab" href="yourURL">Tabname</a></li>
(repeat the above line for each one you need)
<!-- / Navbar Links -->
</ul>
|
Just above this code:
Quote:
</vb:if>
</div>
</div><!-- closing div for above_body -->
|
which works fine, adding additional Tabs as a second Tab nav bar, but then when the tabs are clicked, they don't highlight as they should do, the same as the Top nav Tabs do.
I understand that there has to be a
to make the Tabs highlight when you are at the place of the tab, but how to do this I don't know.
Any help out there?
--------------- Added [DATE]1296197532[/DATE] at [TIME]1296197532[/TIME] ---------------
Also, if i want one of the Tabs to open in a new tab on my browser, what code and where do I need to add it?