The problem is that your initialization code for the menu is incorrect:
Code:
<script type="text/javascript">//SYNTAX: tabdropdown.init("menu_id", [integer OR "auto"])tabdropdown.init("menuid", 0)</script>
Since everything exists on the first line and is prefix with //, you've actually commented out everything by doing so. The correct format should be:
Code:
<script type="text/javascript">
//SYNTAX: tabdropdown.init("menu_id", [integer OR "auto"])
tabdropdown.init("menuid", 0)
</script>
When I went to get this script it was acting really strangely, then I figured out that the problem is that the page linked to the wrong script, so my instructions and files did not match.
What do you mean? The link to the zip file? It's correct from what I can tell.
Bookmarks