Lena: onmouseover und imagemap???

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

  1. 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

    Hallo,

    doch, es passiert schon was. Nur, dass eben der Standardvorgang (Link-HREF:wiso.htm steht in der Statuszeile) den Vorgang von onmouseover überlagert. Schreib mal ein alert('Hallo') in das onmouseover-Event, dann wirst Du sehen, dass was passiert.

    Gruß

    Axel