码迷,mamicode.com
首页 > 其他好文 > 详细

创建一个和页面等大的<div>

时间:2017-04-27 10:22:10      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:auto   高度   height   span   html   blog   缺省值   pre   color   

由于页面高度是一个缺省值,height: auto

<div id=“di_1”></div>

#di_1{
    width: 100%;
    height: 100%;
}

body{
    height:100%;
}

html{
    height: 100%;
}

 

创建一个和页面等大的<div>

标签:auto   高度   height   span   html   blog   缺省值   pre   color   

原文地址:http://www.cnblogs.com/jiaoxuanwen/p/6772361.html

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