Hallo zusammen,
ich habe für einen DIV Container ein onmouseover, leider funktioniert das im ie6 nicht. Ist das normal das der ie das nicht ausführt?
hier mal der scriptteil:
<div onmouseover="this.style.backgroundImage='url(images/link2.gif)';" onmouseout="this.style.backgroundImage='url()';" style="margin-left: 30px; float: left; line-height: 36px; width: 130px; "><a href="index.php"><?php echo "$zeile_hauptdaten_links[0]"; ?></a></div>
Danke für eure Hilfe!
cr