This header code is sending me nuts
all my links are in the header
am fine with adding links etc.. but i have too many and was planing on adding a few drop downboxes
Code:
<!-- your tools menu -->
<li><div class="vbmenu_popup" id="Media" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">$vbphrase[name]</td></tr>
<tr><td class="vbmenu_option"><a href="./music.php">MediaBox</a></td></tr>
<tr><td class="vbmenu_option"><a href="./gallery/index.php">Gallery</a></td></tr>
<tr><td class="vbmenu_option"><a href="./video.php">User Videos</a></td></tr>
<tr><td class="vbmenu_option"><a href="http://www.myanimeisland.com/forums/forumdisplay.php?f=34">Manga</a></td></tr>
</table>
</div>
<!-- / your tools menu -->
Like this but my header uses this
Around the links and i cant get this test Box to show ive tryed everything
can someone help me out please
Thanks
Mike