Lena: onmouseover und imagemap???

Beitrag lesen

Hallo!

Ich habe folgendes Problem. Wenn ich in ein imagemap einen onmouseover Befehl einfüge passiert gar nichts. Was mache ich falsch *verzweifeltsei*???

<map name="navigation">
<area shape="rect" coords="64,64,77,77" href="wieso.htm" onmouseover="window.status='Wieso, weshalb, warum???'; return true" onmouseout="window.status=' '; return true">
</map>
<img src="nav-plan.gif" usemap="#navigation" border="0">

Danke schon mal.....

Gruß - Lena