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

html+css div百分百占满正行的两种方法

时间:2014-11-01 11:27:38      阅读:265      评论:0      收藏:0      [点我收藏+]

标签:style   io   os   ar   sp   div   on   html   bs   

1、

<div>

  <div style="position:fixed; width:100px;"></div>

  <div style="margin-left:100px;"></div>

</div>

 

2、

<div>

  <div style="display:table-cell; min-width:100px;"></div>

  <div style="display:table-cell; width:10000px;"></div>

</div>

html+css div百分百占满正行的两种方法

标签:style   io   os   ar   sp   div   on   html   bs   

原文地址:http://www.cnblogs.com/ericyuan/p/4066463.html

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