n_goebel: Hintergrundfarbe wird zu weit angezeigt

Beitrag lesen

<body text="#000000" bgcolor="#383838" link="#FF0000" alink="#FF0000" vlink="#FF0000">

<div id="gelber_Balken" style="background-image:url('balkenI.png'); width:100%; height:8%; image-repeat: repeat-x; z-index:1;">
</div>

<div id="Kopf_bild" style="background-image:url('kopfbild.png'); width:100%; height:100%; background-repeat: no-repeat; z-index:3;">
</div>

<div id="Mittel_grafik" style="background-image:url('mitteltext.png'); image-repeat: repeat-y; width:87%; height:100%; z-index:2;">
</div>

aus der HTML

Aus der CSS:
html,body {
}

#gelber_Balken {
position: absolute;
top: 50px;
left: 0px;
image-repeat: repeat-x;
}

#Mittel_grafik {
position: absolute;
left:80px;
top: 80px;
image-repeat: repeat-y;
}

#Kopf_bild {
position: absolute;
left: 170px;
top: 10px;
image-repeat: no-repeat;
}