Hallo Profis!
Ich habe ein Problem mit Firefox und zwar: Ein Bildlink mit Hintergrund, Hintergrund wird versetzt engezeigt. IE macht keine Probleme.
Bild zeigt es deutlich an, was ich meine.
Ich habe ein Problem mit Firefox und zwar: Ein Bildlink mit Hintergrund, Hintergrund wird versetzt engezeigt. IE macht keine Probleme.
Bild zeigt es deutlich an, was ich meine.
HTML-Code:
a.olink:hover{ background-image : url(../images/button_on.gif); background-repeat : no-repeat; } a.olink{ background-image : url(../images/button_off.gif); background-repeat : no-repeat; background-position: top left; } <table border="0" cellpadding="1" cellspacing="0"> <tr> <td ><a href="#" onclick="leiste();" class="olink"> <img src="modules/mod_trali/images/aufundzu.gif" border="0"></a> </td> </tr> </table>
Kommentar