首页 > Web开发 > 详细

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

时间:2014-10-10 22:24:55      阅读:397      评论:0      收藏:0      [点我收藏+]

 

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]三列居中自动伸缩的结构

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

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