Hallo Christine,
das mit '.layers.' war nicht korrekt, sorry, es geht auch ohne in NS.
Ich habe mir das in den head-teil eines Dokuments kopiert
</style>
#div1 {position:absolute; left:-35px; top:140px; width:145px; z-index:1;}
#div8 {position:absolute; left:94px; top:120px; width:55px; z-index:9; visibility:hidden;}
</style>
das in den body-teil
<div id="div1">
<a href="index.htm" onmouseover="if(document.all)document.all.div8.style.visibility='visible';else
document.div8.visibility='show'" onmouseout="if(document.all)document.all.div8.style.visibility='hidden';else
document.div8.visibility='hide'">
<img SRC="heat.gif" BORDER=0 height=30 width=145 name="heiz"></a></div>
und div8 frei ergänzt. Klappt bei mir im NS 4.73 tadellos. Vielleicht ist bei Dir an der Dokumentstruktur etwas nicht richtig.
Gruss
Uwe Nohl