Some of my menus are not showing, I have cleared cache etc but still no change...
Here is the info in my navbar and a print screen from my site...
Code:
<!--- HABBOSPUBLIC DROP DOWN MENU --->
<td id="habbospublic" class="vbmenu_control">
<a href="#">HabbosPublic</a>
<script type="text/javascript">
vbmenu_register("habbospublic");
</script>
</td>
<!--- HABBOSPUBLIC DROP DOWN MENU [END] --->
then...
Code:
<!--- HABBOSPUBLIC DROP DOWN MENU --->
<div class="vbmenu_popup" id="habbospublic_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">HabbosPublic</td>
</tr>
</td>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="/forum/usercp.php">User CP</a>
</tr>
</td>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="/forum/showgroups.php>Staff</a>
</tr>
</td>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="/forum/sendmessage.php>Contact Us</a>
</tr>
</td>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="/forum/faq.php>Forum Rules</a>
</tr>
</td>
<tr>
<td class="vbmenu_option" title="nohilite">
<a href="/linkus" target="_blank">Link Us</a>
</td>
</tr>
<tr>
</table>
</div>
<!--- HABBOSPUBLIC DROP DOWN MENU [END] --->
And here is the print screen...
Help?