Hallo zusammen,
ich habe ein kleines Problem mit dem Firefox.
Internet Explorer:
Firefox:
Wie man sieht, hat der Firefox wohl ein Problem mit dem Zeilenumbruch, denn dort ist ein ca. 5px großer Abstand so daß der Hintergrund zu sehen ist.
Hier einmal der Quelltext:
Es würde mich freuen wenn jemand den Fehler erkennt. Laut W3C sind sowohl HTML als auch CSS valid.
MFG
Ouzo
ich habe ein kleines Problem mit dem Firefox.
Internet Explorer:
Firefox:
Wie man sieht, hat der Firefox wohl ein Problem mit dem Zeilenumbruch, denn dort ist ein ca. 5px großer Abstand so daß der Hintergrund zu sehen ist.
Hier einmal der Quelltext:
PHP-Code:
p {
margin : 0;
padding : 0;
}
#logo {
position : absolute;
top : 0;
left : 0;
z-index : 3;
padding : 0;
margin : 0;
width : 849px;
}
<div id="logo">
<p>
<img src="images/b_01.jpg" width="418" height="24" border="0" alt="">
<img src="images/b_02.jpg" width="92" height="24" border="0" alt="">
<img src="images/b_03.jpg" width="93" height="24" border="0" alt="">
<img src="images/b_04.jpg" width="96" height="24" border="0" alt="">
<img src="images/b_05.jpg" width="111" height="24" border="0" alt="">
<img src="images/b_06.jpg" width="39" height="24" border="0" alt="">
<img src="images/b_07.jpg" width="849" height="98" border="0" alt="">
<img src="images/b_08.jpg" width="18" height="23" border="0" alt="">
<img src="images/b_09.jpg" width="96" height="23" border="0" alt="">
<img src="images/b_10.jpg" width="101" height="23" border="0" alt="">
<img src="images/b_11.jpg" width="96" height="23" border="0" alt="">
<img src="images/b_12.jpg" width="95" height="23" border="0" alt="">
<img src="images/b_13.jpg" width="443" height="23" border="0" alt="">
</p>
</div>
MFG
Ouzo
Kommentar