Unsterblich: firefox: onmouseout wird bei allen Bildern ausgelöst

Beitrag lesen

Das ist schon klar. Vielleicht hab ich mich etwas schlecht ausgedrückt. Mal etwas genauer zu den "Buttons":

<!-- Button 1  -->

<div class="main" style="top:0px;left:27px;width:130;">
  <a href="frameset.php" target="_top" style="text-decoration:none"
      onmouseover="bildwechsel(1,clbutton)" onmouseout="bildwechsel
      (1,iabutton)" >
    <img alt="nurnenring" border="0" src="images/buttons/ringlinksan.gif">
    <img alt="Home" border="0"src="images/buttons/buttonaus.gif">
    <img alt="nurnenring" border="0" src="images/buttons/ringrechtsan.gif">
    <span class="text" style="top:8px;left:0px;width:130;">Home</span>
  </a>
</div>

<!-- Button 2  -->

<div class="main" style="top:40px;left:27px;width:130;">
  <a href="frameset.php" target="_top" style="text-decoration:none"
      onmouseover="bildwechsel(4,clbutton)" onmouseout="bildwechsel
      (4,iabutton)" >
    <img alt="nurnenring" border="0" src="images/buttons/ringlinksan.gif">
    <img alt="Home" border="0"src="images/buttons/buttonaus.gif">
    <img alt="nurnenring" border="0" src="images/buttons/ringrechtsan.gif">
    <span class="text" style="top:8px;left:0px;width:130;">Home</span>
  </a>
</div>

<!-- Button 3  -->

<div class="main" style="top:80px;left:27px;width:130;">
  <a href="frameset.php" target="_top" style="text-decoration:none"
      onmouseover="bildwechsel(7,clbutton)" onmouseout="bildwechsel
      (7,iabutton)" >
    <img alt="nurnenring" border="0" src="images/buttons/ringlinksan.gif">
    <img alt="Home" border="0"src="images/buttons/buttonaus.gif">
    <img alt="nurnenring" border="0" src="images/buttons/ringrechtsan.gif">
    <span class="text" style="top:8px;left:0px;width:130;">Home</span>
  </a>
</div>

Stellt Euch nun vor, daß die Buttons jeder für sich aufleuchtet, wenn man mit der Maus auf ihn draufgeht! Das funktioniert sowohl beim IE als auch beim Firefox fast wie es soll. Wenn man jedoch nun den Button mit der Maus wieder verläßt, blenden beim Firefox alle schon einmal vorher verlassenen Buttons aus. Beim IE immer nur der, der wirklich gerade verlassen wird. Wenn Ihr den Frame mal haben wollt, ich schick ihn Euch gerne per Mail! :-)