Phil Z.: Warum wird der Streifen dort angezeigt?

Beitrag lesen

Hmm jetzt wird der untere Teil nicht angezeigt.

<div id='d_content_oben'></div>
<div id='Middle'>
<span class='Inhalt'>
<!-- INHALT -->
<?php include($p.".php");?>
</span>
</div>
<div id='d_content_unten'></div>

CSS:

#d_content_oben {
 background-image:url(img/index_05-index_05.gif);
 width:633px;
 height:26px;
 left:173px;
 top:173px;
 position:absolute
}

#Middle {
 background-image:url(img/index_06-index_06.gif);
 background-repeat:repeat-y;
 width:633px;
 top:199px;
 left:173px;
 position:absolute;
}

#d_content_unten{
 width:633px;
 height:31px;
 left:173px;
 margin-left:-2px;
 margin-bottom:0px;
 background-image:url(img/index_08-index_08.gif);
}

.Inhalt{
width:550px;
height:auto;
text-align:left;
left:50px;
position:relative
}