Wie du siehst sind die 3 Spalten von einem Rand umgeben. Ich habe dafür 3 Elemente, Top midd & Foot. Der Midd Teil repeatet sich aber nicht;
PHP Code:
#main_content {
width:929px;
margin:0 auto;
margin-top:-180px;
}
.main_top {
background:url("http://www.elitepvpers.com/forum/images/main_content_top.png") no-repeat;
height:89px;
}
.main_midd {
background:url("http://www.elitepvpers.com/forum/images/main_content_middle.png") repeat-y;
}
.main_foot {
background:url("http://www.elitepvpers.com/forum/images/main_content_foot.png") no-repeat;
float:center;
margin:0 auto;
height:135px;
}
Ich hoffe du weißt jetzt was ich meine^^
Ich habe das Problem jetzt mit min-height gelöst, das ist aber keine echte Alternative :/