Jan Lehnardt: OnMouseOver als Verweis

Beitrag lesen

Hi,

<img src="bild.gif" width="40" height="55" border="0" alt="bild" onMouseOver="location.href='datei.html'">

Nur fuers Archiv :-), Netscape erlaubt kein onMouseOver in <img> Tags.
<a href="#" onMouseOver="Javascript:location.href=datei.htm"><img src="bild"></a>

Jan