Recent content by Ben McGarry

  1. B

    Help with Navigation bar active tab.

    Thanks for that :) all fine now.
  2. B

    Help with Navigation bar active tab.

    This is the code im using fully <!-- mytab --> <li class="navTab PopupClosed"><a href="{xen:link pages/vote}" class="navLink">Vote For Us!</a></li> <li class="navTab PopupClosed"><a href="{xen:link pages/servers}" class="navLink">Servers & Chat</a></li> But that...
  3. B

    Help with Navigation bar active tab.

    Ive just added two tabs to the navigation bar on my forums using this code: <!-- mytab --> <li class="navTab PopupClosed"><a href="LINK" class="navLink">TEXT</a></li> <li class="navTab PopupClosed"><a href="LINK" class="navLink">TEXT</a></li> But when i click on them it...
Top Bottom