Hallo,
ich muss nochmal damit nerven. Tschuldigung!
(Aber ich mache Vortschritte)
Die Ausrichtung von Box 1,2,3,4 klappt wunderbar.
Nun soll Box 5 unter Box 4 liegen und eine weitere als Fußzeile.
-------------------------------------------
| Box1 |
-------------------------------------------
------- ------------------ ------
|Box2 | |Box3 | |Box4 |
| | | | | |
| | | | | |
| | | | | |
| | | | ------
| | | | ------
| | | | | Box5 |
| | | | | |
------- ------------------ ------
-----------------------------------------
|Box6 |
-----------------------------------------
Ausschnitt aus der CSS Testdatei:
body
{
margin: 0;
padding: 0;
background-color: #285B7A;
}
#Box1
{
overflow:hidden
width: 1024px;
height: 30px;
margin-bottom: 20px;
background-color: #ccccdd;
}
#Box2
{
float: left;
width: 158px;
margin-left: 30px;
margin-right: 30px;
background-color: #ccccdd;
}
#Box3
{
float: left;
width: 560px;
height: 480px;
padding: 12px;
border: 1px dashed silver;
margin-right: 30px;
background-color: #ccccdd;
}
#Box4
{
float: left;
width: 136px;
height: 200px;
padding: 12px;
margin-bottom: 12px;
margin-right: 20px;
background-color: #ccccdd;
}
Wie müsste ich Box 5 und 6 jetzt definieren damit ich zu dem Ergebnis komme? Hab es bisher in keinem Bericht für mich verständlich erklärt gefunden :-/