Sandro: Mouse-Over Probleme beim Explorer 6.0

Beitrag lesen

Hallo,

ich habe einen Bild-Mouse-Over der im Mozialla und im IE7
ohne Probleme funktioniert. Nur der IE 6 tut doof. :cry:

Warum? Ich habe keine Ahnung!

Der Link zur Problem-Seite

css

  
span.BildG { display:none; }  
span.BildGG {   display:block;   }  
div.Bilder a:hover span.BildG  { display:block;  }  
div.Bilder a:hover { border:none; }  
div.Bilder img {border-color:#9A7146; }

Code

  
........le ($zeile = mysql_fetch_assoc($res))  
 echo '  
  
<div class="Bilder" style="width:140px; height:90px; position:absolute; left:389px; top:6px; z-index:1;">  
<a href="#"><img src="kundenverwaltung/'.$zeile['kundennummer'].'/bild1.jpg"  height="75" border="2"><span class="BildGG" style="background-color:#FEF08D; width:335px; height:210px; position:absolute; left:-349px; top:0px; z-index:1;"><img src="kundenverwaltung/'.$zeile['kundennummer'].'/bild1.jpg"  height="200" border="2"></span></a>  
</div>  
  
<div class="Bilder" style="width:140px; height:90px; position:absolute; left:568px; top:6px; z-index:1;">  
<a href="#"><img src="kundenverwaltung/'.$zeile['kundennummer'].'/bild2.jpg"  height="75" border="2"><span class="BildG" style="background-color:#FEF08D; width:335px; height:210px; position:absolute; left:-528px; top:0px; z-index:1;"><img src="kundenverwaltung/'.$zeile['kundennummer'].'/bild2.jpg"  height="200" border="2"></span></a>  
</div>  
  
<div class="Bilder" style="width:140px; height:90px; position:absolute; left:389px; top:110px; z-index:1;">  
<a href="#"><img src="kundenverwaltung/'.$zeile['kundennummer'].'/bild3.jpg"  height="75" border="2"><span class="BildG" style="background-color:#FEF08D; width:335px; height:210px; position:absolute; left:-349px; top:-104px; z-index:1;"><img src="kundenverwaltung/'.$zeile['kundennummer'].'/bild3.jpg"  height="200" border="2"></span></a>  
</div>  
  
<div class="Bilder" style="width:140px; height:90px; position:absolute; left:568px; top:110px; z-index:1;">  
<a href="#"><img src="kundenverwaltung/'.$zeile['kundennummer'].'/bild4.jpg"  height="75" border="2"><span class="BildG" style="background-color:#FEF08D; width:335px; height:210px; position:absolute; left:-528px; top:-104px; z-index:1;"><img src="kundenverwaltung/'.$zeile['kundennummer'].'/bild4.jpg"  height="200" border="2"></span></a>  
</div>';  
  
  
  
?>  
                </div>......

Vielen Dank schon mal für die Antworten.