This code is different
You would need menu.js and everytime u wanna open a menu u must register it like so
Then the menu itself
You would need menu.js and everytime u wanna open a menu u must register it like so
<script type="text/javascript">
menu_register("1");
</script>
Then the menu itself
<div id="1_menu" class="menu_popup" style="display:none;">
<table border="1" cellspacing="2" cellpadding="2">
<tr>
<td colspan="2" align="center" class="thead"><b>Quick Menu</b></td>
</tr>
<tr>
<td class="subheader"><a href="member.php"><b>Member</b></a></td>
</tr>
</table>
</div>
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - J.D Salinger