Guter Vorschlag, aber geht auch nicht:
http://matibaski.paradoxe.de/TIIM/index.php?site=bilder&lang=de
Code sieht so aus:
------
.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;
}
------
Geht nicht, aber war eine gute Idee.
Frage dazu: Gibt es eine alternative für min-height für den IE?
--Original:--
Hallo,
warum definierst Du die Hintergundfarbe nicht einfach für den umschliessenden Container ("middle") - dann nur noch den content-Container mit einer weissen Hintergundfarbe ausstatten.
Grüße Basti