Ok, I have a question regarding drop down menus. I have sucessfully placed the drop down menu with the codes given here, now my problem is, how do I add a link to the menu itself. I tried adding but it's not working. Example of that is this:
HTML Code:
<td id="pbamenu" class="new_menu">
<a href="http://philippinebasketball.net/index.php?pageid=pba">PBA</a>
<script type="text/javascript">
vbmenu_register("pbamenu", true);
</script>
</td>
I added a link to PBA but when I click it, it just open the drop down menu but it doesn't go to the page I linked.