Eine einzelne Zeile und eine Spalte darunter ist ein Zitat:
body { margin: 0px; padding: 0px; text-align: center;
#content { margin-left:auto; width: 400px; width: 370px }
Zwei Zeilen und eine Spalte:
body { margin: 0px; padding: 0px; text-align: center;}
#content-top { margin-left:auto; margin-right:auto; width: 400px;}
#content-end {margin-left:auto; margin-right:auto; width: 400px; width: 370px;}
Das Folgende ist ein Zitatfragment:
body { margin: 0px; padding: 0px; text-align: center;
#content-top { margin-left:auto; width: 400px; width: 370px
; ; }
#content-end { margin-left:auto; width: 400px; width: 370px }
Eine Zeile und zwei Spalten:
#bodycenter { width: 700px;margin-right: auto; margin-left: auto;overflow: auto;
#bodycenter #dv1 {float: left;width: 280px;}
#bodycenter #dv2 {float: right;width: 410px;}
Zwei Zeilen und zwei Spalten Das Folgende ist ein Zitatfragment:
#header{ width: 700px; margin-right: auto;margin-left: auto;}
#bodycenter { width: 700px; margin-right: auto; margin-left: auto;
#bodycenter #dv1 { float: left; width: 280px;}
#bodycenter #dv2 { float: right;width: 410px;}
Drei Zeilen und zwei Spalten Das Folgende ist ein Zitatfragment:
#header{ width: 700px; margin-right: auto; margin-left: auto;
#bodycenter {width: 700px; margin-right: auto; margin-left: auto;
#bodycenter #dv1 { float: left;width: 280px;}
#bodycenter #dv2 { float: right; width: 410px;}
#footer{ width: 700px; margin-left: auto
;
#left { position: absolute; top: 0px; left: 0px;
#middle {Rand: 20px 190px 20px 190px }
#right {position: absolute;top: 0px; right: 0px; width: 120px;}
float Positionierung eins
xhtml:
Hier ein Zitat:
<div id="warp"> <div id="column"> <div id="column1">Dies ist die erste Spalte</div> <div id="column2">Dies ist die zweite Spalte</div> <div class="clear"></div> </div> <div id="column3">Dies ist die dritte Spalte</div> <div class="clear"></div> </div>
CSS :
Hier ein Zitat:
#wrap{ width:100%; height:auto;}
#column{ float:left; width:60%;}
#column1{ float:left; width:30%;}
#column2{ float:right; width:30%;}
#column3{ float:right; width:40%;}
.clear{ clear:both;}
float Positionierung zwei
xhtml:
Das Folgende ist ein zitiertes Fragment: <div id="center" class="column"> <h1>Dies ist der Hauptinhalt.</h1> </div> <div id="left" class="column"> <h2 >Dies ist die linke Seitenleiste.</h2> </div> <div id="right" class="column"> <h2>Dies ist die rechte Seitenleiste.</h2> </div>
CSS:
Hier ein Zitat:
body {margin: 0;padding-left: 200px;padding-right: 190px;min-width: 240px;}
.column {position: relative;float: left;}
#center {Breite: 100 %;}
#left {width: 180px; right: 240px; margin-left: -100%;}
#right {width: 130px;margin-right: -100%;}
Zwei Zeilen und drei Spalten
xhtml: Das Folgende ist ein in Anführungszeichen gesetztes Fragment: <div id="header">Hier ist die oberste Zeile</div> <div id="warp"> <div id="column"> <div id="column1"> Hier ist die erste Zeile. Eine Spalte</div> <div id="column2">Dies ist die zweite Spalte</div> <div class="clear"></div> </P> <P></div > <div id= "column3">Dies ist die dritte Spalte</div> <div class="clear"></div> </div>
CSS:
Hier ein Zitat:
#header{width:100%; height:auto;}
#wrap{ width:100%; height:auto;}
#column{ float:left; width:60%;}
#column1{ float:left; width:30%;}
#column2{ float:right; width:30%;}
#column3{ float:right; width:40%;}
.clear{ clear:both;}
drei Zeilen und drei Spalten
xhtml:
Das Folgende ist ein zitierter Ausschnitt: <div id="header">Hier ist die oberste Zeile</div> <div id="warp"> <div id="column"> <div id="column1">Hier ist die erste Spalte </div> <div id="column2">Dies ist die zweite Spalte</div> <div class="clear"></div> </div> <div id="column3">Das ist die dritte Spalte </div> <div class="clear"></div> </div> <div id="footer">Dies ist die unterste Zeile</div>
CSS:
Hier ein Zitat:
#header{width:100%; height:auto;}
#wrap{ width:100%; height:auto;}
#column{ float:left; width:60%;}
#column1{ float:left; width:30%;}
#column2{ float:right; width:30%;}
#column3{ float:right; width:40%;}
.clear{ clear:both;}
#footer{width:100%; height:auto;}