[css layout][19]Liquid, three columns, hybrid widths

[css layout][19]Liquid, three columns, hybrid widths

 

 

1. left , left, left

[css layout][19]Liquid, three columns, hybrid widths
 1 #wrapper {
 2   float: left;
 3   width: 100%;
 4 }
 5 #content {
 6   margin: 0 33% 0 200px;
 7 }
 8 #navigation {
 9   float: left;
10   width: 200px;
11   margin-left: -100%;
12 }
13 #extra {
14   float: left;
15   width: 33%;
16   margin-left: -33%;
17 }
18 #footer {
19   clear: both;
20 }
[css layout][19]Liquid, three columns, hybrid widths

 

 

2.right, right, right

[css layout][19]Liquid, three columns, hybrid widths
 1 #wrapper {
 2   float: right;
 3   width: 100%;
 4 }
 5 #content {
 6   margin: 0 33% 0 200px;
 7 }
 8 #navigation {
 9   float: right;
10   width: 200px;
11   margin-right: -200px;
12 }
13 #extra {
14   float: right;
15   width: 33%;
16   margin-right: -100%;
17 }
18 #footer {
19   clear: both;
20 }
[css layout][19]Liquid, three columns, hybrid widths

[css layout][19]Liquid, three columns, hybrid widths

上一篇:匡时的2014新春祝福JS特效网站


下一篇:[css layout][120]Liquid, three columns, hybrid widths