首页 > Web开发 > 详细

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

时间:2014-02-01 13:22:30      阅读:387      评论:0      收藏:0      [点我收藏+]

bubuko.com,布布扣

 

1. left left left

bubuko.com,布布扣
 1 #wrapper {
 2   float: left;
 3   width: 100%;
 4   margin-left: -200px;
 5 }
 6 #content {
 7   margin: 0 25% 0 200px;
 8 }
 9 #navigation {
10   float: left;
11   width: 25%;
12   margin-left: -25%;
13 }
14 #extra {
15   float: left;
16   width: 200px;
17 }
18 div#footer{clear:left;width:100%}
bubuko.com,布布扣

 

 

2.

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

原文:http://www.cnblogs.com/qiudeqing/p/3536881.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!