Struppi: Spezieller Onmouseover-Effekt an zweiter Stelle (mit Problem!)

Beitrag lesen

mein Gott, ist es schwer, ne konkrete Antwort zu geben! Auch

<STYLE TYPE="TEXT/CSS">
a img.popup { height: 0px; width: 0px; border: 0px; color: #ffffff; }
a:hover img.popup { height: auto; width: auto;
  position: absolute; top: 0px; left: 0px; z-index: 100; color: #fff; }
a { color:#eeeeee; }
a:hover { color:#eee; }
</STYLE>

<a href=""><img src="..thumb" /><img class="popup" src="..big" /></a>

funktioniert bei mir im IE 7.

Struppi.

--
Javascript ist toll (Perl auch!)