Hi guys,
Im having a real headache trying to get a dropdown menu to work and have been sitting here for ages trying to get it to work.
What i need is a drop down menu from the menu image like i already have on my main theme {screenshot attached}
I just cant seem to get it to work when doing this through the header template.
The code i used to get it working on my main theme was
Code:
<td id="stats" class="vbmenu_control">
<a href="#">Cod 5 Stats</a>
<script type="text/javascript">
vbmenu_register("stats");
</script>
</td>
and
Code:
<div class="vbmenu_popup" id="stats_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Cod 5 Stats</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite"><a
href="/Stats$session[sessionurl_q]">DGK | Hardcore Server</a></td>
<tr>
<td class="vbmenu_option" title="nohilite"><a
href="/cstats$session[sessionurl_q]">DGK | Bolt Rifles Server</a></td>
</td>
</tr>
</table>
</div>
I need to convert that code over so it works without the menu header text and just when someone clicks on the image in the menu it drops down with the options like i have in the screenshot attached.
Help anyone???? please
Kind Regards and thanks in advance
Rob