Alpi: onmouse-Funktion geht in keinem Browser, ausser in IE

Beitrag lesen

Hallo in die Runde!

Ich bin "Neuling" in diesem Forum und kein html-Profi, da ich aber in der letzten Zeit immer öfter Dinge an meiner Website erfolgreich ändern konnte, möchte ich mein Wissen nicht ganz als "0" bezeichnen.

Dennoch, ich habe ein seltsames Problem:

Ich benötige die onmouse-Funktion, um Bilder beim Überfahren mit der Maus grösser werden zu lassen. Das klappt auch bei genau zwei Bildern, alle anderen zeigen keine Reaktion.

Kein Browser kann´s! Nur der blöde, alte IE schafft es. Wahrscheinlich, weil es Java ist. Leider habe ich nur mit diesem Script die gewünschte Funktion bekommen.

Hier der Code:

<script language="JavaScript" src="overlib.js" type="text/javascript"></script>
<map name="bild">
<area shape="rect" coords="0,131,88," onmouseover="return overlib('<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; Laura Biagiotti Kampagne Berlin</strong><br><img src=images/laura_berlin01.jpg height=220 width=280 border=1 class=name/>');" onmouseout="nd();" alt="">
<area shape="rect" coords="96,131,180," onmouseover="return overlib('<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Sommerfest Stuttgart</strong><br><img src=images/sommerfest_backstage.jpg height=281 width=195 border=1 class=name/>');" onmouseout="nd();" alt="">
<area shape="rect" coords="189,131,275" onmouseover="return overlib('<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Autoschau Waiblingen</strong><br><img src=images/autoschau_waiblingen.jpg height=220 width=280 border=1 class=name/>');" onmouseout="nd();" alt="">
<area shape="rect" coords="285,131,370" onmouseover="return overlib('<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Laura Biagiotti Kampagne Berlin</strong><br><img src=images/laura_berlin02.jpg height=220 width=250 border=1 class=name/>');" onmouseout="nd();" alt="">
<area shape="rect" coords="379,131,467" onmouseover="return overlib('<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; Messe Stuttgart</strong><br><img src=images/messe_stuttgart01.jpg height=281 width=195 border=1 class=name/>');" onmouseout="nd();" alt="">
<area shape="rect" coords="475,131,560" onmouseover="return overlib('<strong>&nbsp; &nbsp; &nbsp; &nbsp;Incanto Konzert Böblingen</strong><br><img src=images/incanto_boeblingen.jpg height=281 width=195 border=1 class=name/>');" onmouseout="nd();" alt="">
<area shape="rect" coords="0,265,88" onmouseover="return overlib('<strong> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SI Centrum Stuttgart</strong><br><img src=images/si-centrum_stuttgart01.jpg height=281 width=195 border=1 class=name/>');" onmouseout="nd();" alt="">
<area shape="rect" coords="96,265,180" onmouseover="return overlib('<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Benefiz Veranstaltung Stadtlohn</strong><br><img src=images/benefiz_event_stadtlohn.jpg height=260 width=300 border=1 class=name/>');" onmouseout="nd();" alt="">
<area shape="rect" coords="189,265,275" onmouseover="return overlib('<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Messe Stuttgart</strong><br><img src=images/messe_stuttgart02.jpg height=281 width=195 border=1 class=name/>');" onmouseout="nd();" alt="">
<area shape="rect" coords="285,265,370" onmouseover="return overlib('<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SI Centrum Stuttgart</strong><br><img src=images/si-centrum_stuttgart02.jpg height=281 width=195 border=1 class=name/>');" onmouseout="nd();" alt="">
<area shape="rect" coords="379,265,467" onmouseover="return overlib('<strong>&nbsp; &nbsp; &nbsp; &nbsp;T-Com Kampagne München</strong><br><img src=images/t-com-muenchen.jpg height=350 width=195 border=1 class=name/>');" onmouseout="nd();" alt="">
<area shape="rect" coords="475,265,560" onmouseover="return overlib('<strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; Sommerfest Stuttgart</strong><br><img src=images/sommerfest_stuttgart.jpg height=281 width=230 border=1 class=name/>');" onmouseout="nd();" alt="">
</map>

Kann mir jemand helfen?

Vielen Dank im voraus und herzliche Grüsse