C
Comenius
Hi ihr 
Ich habe bis jetzt folgendes Layout:
Das füge ich so in eine HTML-Datei ein:
Ich möchte gerne, dass sich der Fussteil immer unter dem Mittelteil befindet.
Er soll also "mitwandern"
Bekomme es leider nicht gebacken.
Vielleicht könnt ihr mir ja helfen
Danke
Gruss
Commi

Ich habe bis jetzt folgendes Layout:
Code:
/* ******************** LAYOUT ******************** */
#RAND { position: absolute; top: 80px; left: 10px; width: 985px; height: auto; border: 1px solid #8394B2; background-color: #FFFFFF; }
#KOPF { position: absolute; top: 0px; left: 0px; width: 985px; height: 20px; border-bottom: 1px solid #8394B2; background-color: #D1DCEB; }
#MITTE { position: absolute; top: 30px; left: 152px; width: 682px; height: auto; border: 1px solid #000000; background-color: #FFFFFF; }
#FUSS { position: absolute; bottom: 0px; left: 0px; width: 985px; height: 20px; border-top: 1px solid #8394B2; background-color: #D1DCEB; }
/* ******************** LAYOUT ******************** */
Das füge ich so in eine HTML-Datei ein:
HTML:
<!-- [******************** RAND ********************] //-->
<DIV ID="RAND">
<!-- [******************** KOPF ********************] //-->
<DIV ID="KOPF">
</DIV>
<!-- [******************** KOPF ********************] //-->
<!-- [******************** MITTE *******************] //-->
<DIV ID="MITTE">
</DIV>
<!-- [******************** MITTE *******************] //-->
<!-- [******************** FUSS ********************] //-->
<DIV ID="FUSS">
</DIV>
<!-- [******************** FUSS ********************] //-->
</DIV>
<!-- [******************** RAND ********************] //-->
Ich möchte gerne, dass sich der Fussteil immer unter dem Mittelteil befindet.
Er soll also "mitwandern"
Bekomme es leider nicht gebacken.
Vielleicht könnt ihr mir ja helfen

Danke
Gruss
Commi