Ok, I have it installed and the dropdown menu works but its all the way over on the left edge of the Navbar. Also, <td id="1"> makes the nav bar unevenly aligned.
I am not using $nav2, I have that code in the original Navbar template.
Here is the code of the bottom navbar:
Code:
<!--######## start of navbar2 ########-->
<!-- nav2 buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px">
<tr align="center">
<!-- dropdown start -->
<td id="1" class="vbmenu_control"><a href="#1">Arcade</a>
<script type="text/javascript"> vbmenu_register("1"); </script></td>
<!-- dropdown end -->
<td class="vbmenu_control"><a href="/forums/downloads.php?$session[sessionurl_q]">Downloads</a></td>
</tr>
</table>
</div>
<!-- / nav2 buttons bar -->
<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
<!-- extras pop start -->
<div class="vbmenu_popup" id="1_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">The Arcade</td>
<tr>
<td class="vbmenu_option"><a href="/forums/arcade.php?$session[sessionurl_q]">Arcade</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="/forums/forumdisplay.php?f=153">Arcade Forum</a></td>
</tr>
</table>
</if>
</div>
<!-- extras pop end -->
<!-- / NAVBAR POPUP MENUS -->
<!--####### end of navbar2 #######-->
Site :
http://www.newtiburon.com