hallo
bei unten angefügten Code tritt folgendes Problem auf: der IE7 stellt ausnahmsweise alles richtig dar, FF und Opera schieben die Grafik nach unten aus dem div-Bereich heraus und packen auch noch etwas Abstand dazu. Weiß jemand wieso?
danke
mormel
#log {
position:absolute;
margin:0;
padding:0;
top:56px;
left:10px;
width:955px;
height:21px;
font-weight:bold;
background-color:#DAF2EF;
border:1px solid lime;
}
#log p {
margin:5px 8px 3px 8px;
padding:0;
font-weight:bold;
line-height:11px;
}
<div id="log">
<p>Herzlich willkommen</p>
<img src="<?= PIXEL ?>rahmen/955/unten.gif" alt="">
</div>