Hi
Anhand der Tatsache:
onMouseover ist laut NS4 nur für <area> und <a> erlaubt.
Sollte es doch so gehen:
<a href="test.html" target="_blank" onMouseover="this.style.backgroundColor='#e5c85f'" onMouseout="this.style.backgroundColor='#e4e4e4'">Test</a>
Geht aber auch nicht...
Gruss
Peter
geht schon. dein NN4 sollte dich aber auf einen Javascript-Fehler hinweisen.
this.style has no properties.
Das Style-Objekt kennt der alte Netscape 4 nämlich auch nicht.
Lösungsvorschlag: Das ding in ein <div>/<layer> packen und bgColor setzen.
Oder im NN4 darauf verzichten ;-)