码迷,mamicode.com
首页 > Web开发 > 详细

[html]三列居中自动伸缩的结构

时间:2014-10-10 23:50:24      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   ar   sp   div   2014   log   

 

html三列居中自动伸缩的结构

<div style="width:100%;height:80px;border:1px solid #DDD;margin-bottom:10px;">Header</div>
<div> 
    <div style="width:200px;height:300px;border:1px solid #DDD;float:left;">Left</div>
    <div style="width:200px;height:300px;border:1px solid #DDD;float:right;">Right</div>
    <div style="width:auto;height:300px;border:1px solid #DDD;margin-left:210px;margin-right:210px;margin-top:0px;">Middle</div>
</div>

 

bubuko.com,布布扣

 

bubuko.com,布布扣
bubuko.com,布布扣
bubuko.com,布布扣

[html]三列居中自动伸缩的结构

标签:style   blog   http   color   ar   sp   div   2014   log   

原文地址:http://www.cnblogs.com/wancy86/p/threeRegions.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!