in explorer onMouseOver works,
but in netscape it does not seems to work!!

how can I make this work in netscape!!!


Code:
<div id="hotSpot" onMouseOver="hideSubMenu();" style="position:absolute;width:2000px;height:262px;left:0px;top:0px;visibility:visible;z-index:1">
<table width="100%" height="100%" border="0">
<tr><td>&nbsp;</td></tr>
</table>
</DIV>

I use this because i want to hide the submenu when the
mouse is out of the submenu!!

any ideas!!