首页 > Web开发 > 详细

[css layout][23]Two columns liquid, side fixed

时间:2014-02-01 13:36:40      阅读:368      评论:0      收藏:0      [点我收藏+]

bubuko.com,布布扣

 

1. left left left 

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

[css layout][23]Two columns liquid, side fixed

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

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