matibaski: Background bei "Übergrösse" repetieren

Beitrag lesen

/* Container */
.abstand {
text-align:left;
width:918px;
height:20px;
}

.top {
text-align:left;
width:918px;
height:141px;
}

.middle {
text-align:left;
width:916px;
height:auto;
min-height:460px;
border:1px solid black;
border-top:0px;
border-bottom:0px;
background-color:#65ADF5;
}

.left {
text-align:left;
float:left;
width:167px;
height:auto;
min-height:455px;
max-height:100%;
}

.content {
text-align:left;
float:left;
width:567px;
height:auto;
min-height:450px;
max-height:100%;
border-right:1px solid black;
border-left:1px solid black;
padding:5px;
background-color:#ffffff;
}

.right {
float:left;
text-align:left;
padding:6px;
width:157px;
height:auto;
min-height:450px;
max-height:100%;
padding:5px;
border-right:3px solid black;
}

.bottom {
clear:both;
text-align:center;
width:918px;
height:30px;
}

So sind nun alle Container. Habe des #all weggelassen.

MfG, matibaski