im body steht:
<a id="logo" href="index_n.php"></a>
css sieht so aus:
a#logo:link, a#link:visited{
display:block;
position:absolute;
top:45px;left:40px;
width:110px;height:110px;
background: transparent url( http:// ... /2012_images/logo.png) no-repeat 0 0;
z-index:999;
}
alle browser inkl. IE9 zeigen das Bild an, beim IE8 sieht man es nicht.
Hat wer eine Idee, warum das so ist?
<a id="logo" href="index_n.php"></a>
css sieht so aus:
a#logo:link, a#link:visited{
display:block;
position:absolute;
top:45px;left:40px;
width:110px;height:110px;
background: transparent url( http:// ... /2012_images/logo.png) no-repeat 0 0;
z-index:999;
}
alle browser inkl. IE9 zeigen das Bild an, beim IE8 sieht man es nicht.
Hat wer eine Idee, warum das so ist?
Zuletzt bearbeitet: