We are working on a drop down menu which is working fine <br>in Internet explorer but does'nt show up in netscape navigator.<br>I get the following error:<br><br>"Onmouseover not supported in division tag in netscape navigator."<br><br>The following is the script for the menu:<br><html><br><head><br><title>Untitled Document</title><br><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br><script language="JavaScript"><br><br><!--<br>function MM_findObj(n, d) { //v3.0<br> var p,i,x; if(!d) d=document; if((p=n.indexOf("?")>0&&parent.frames.length) {<br> d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}<br> if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms<i>[n];<br> for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers<i>.document); return x;<br>}<br><br>function MM_showHideLayers() { //v3.0<br> var i,p,v,obj,args=MM_showHideLayers.arguments;<br> for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args<i>))!=null) { v=args[i+2];<br> if (obj.style) { obj=obj.style; v=(v=='show')?'visible'v='hide')?'hidden':v; }<br> obj.visibility=v; }<br>}<br>//--><br><br></script><br></head><br><br><body bgcolor="#FFFFFF"><br><div id="Layer2" style="position:absolute; width:200px; height:21px; z-index:2; background-color: #FF6699; layer-background-color: #FF6699; border: 1px none #000000" onClick="MM_showHideLayers('Layer1','','show')">drop</div><br><div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:3; left: 25px; top: 39px; background-color: #3399FF; layer-background-color: #3399FF; border: 1px none #000000; visibility: hidden" onClick="MM_showHideLayers('Layer1','','hide')">close</div><br></body><br></html> <p> <br><a href=mailto: > </a><br><a href= > </a><br>