OnMouseOver="style.backgroundColor='#FFFFFF';style.cursor='pointer';" OnMouseOut="style.backgroundColor='#EEEEEE'; "
bitte jeweils 'this.' da vor.
Das Problem ist jetzt, dass das Menu bei Netscape ganz woanders landet als bei dem IE. Also es ist verschoben.
1. statt <span> bitte <div> nutzen
2. width:120 flöhe?
3. wieso so mörderisch umständlich?
#bericht{position:absolute; left:95px; top:73px; width:120px; visibility:hidden; background-color:#EBEBEB; cursor:pointer; font-size: 10px; font-family:Verdana,sans-serif;}
#bericht a{display:block;width:100%;height:100%;}
#bericht a:hover{background-color:white;}
<div id="bericht" onmouseover="MenueAuf('BERICHT');" onmouseout="MenueZu('BERICHT');">
<a href="jahresbericht_2000.html"> 2000</a>
</div>
...sollte weitgehend genauso aussehen, allerdings massiv kleiner
Grüße aus Bleckede
Kai