First ,Thanks for helping me adjust the header
Second ,when I select the custompgae the selection color goes to the homepage not this page
how to make it selected ???
is that reply is the answer ?
If yes,where to put this code ???
Many thanks
Quote:
Originally Posted by Disco_Stu
I may have found the problem. I think the tabs the mod creates are not being added into the tab collection that's checked in the navbar_tabs code to determine which tab should be marked as selected and highlighted:
Code:
<vb:each from="tabs" value="tab" key="tabid">
<li<vb:if condition="$selected == $tabid"> class="selected"</vb:if> id="{vb:raw tab.name}">
|