Moin!
Ich poste mal mein Problem:
http://matibaski.paradoxe.de/TIIM/index.php?lang=de
Klickt mal auf Bilder oder so...
Der hintergrund wird nicht weiter repetiert, im FireFox, wenn es höher ist als die min-height Angabe.
Wie kann man das machen?
In der Mitte ist es ein Container und darin sind 3 gefloatete Container.
Habe Links und Rechts versucht height:auto; hinzufügen, doch es verlängert es nicht.
Im IE ist es glaub OK, bin aber nicht sicher -.-
Hier der CSS Ausschnitt der 4 Container:
-------------------------------------------------
.middle {
text-align:left;
width:916px;
height:auto;
min-height:460px;
border:1px solid black;
border-top:0px;
border-bottom:0px;
background:transparent;
}
.left {
text-align:left;
float:left;
width:167px;
height:auto;
min-height:455px;
max-height:100%;
padding-top:5px;
background-color:#65ADF5;
}
.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;
}
.right {
float:left;
text-align:left;
padding:6px;
width:157px;
height:auto;
min-height:450px;
max-height:100%;
padding:5px;
background-color:#65ADF5;
border-right:3px solid black;
}
--------------------------------------------
Hier vom HTML. Eignetlich logisch:
--------------------------------------------
<div class="middle">
<div class="left">
//INclude
</div>
<div class="content">
// INclude
</div>
<div class="right">
// INclude
</div>
</div>
---------------------------------------------
Ich hoffe, jemand kann mir helfen. Mein Forum html.de wusste nichts dazu