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

设置最低高度为100%

时间:2017-09-19 18:00:03      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:高度   otto   footer   font   robot   sans   body   blog   color   

设置最低高度为100%

wrap与footer平行

html{
    padding:0;
    margin:0;
    height:100%;
}
body{
    padding:0;
    margin:0;
    font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    background-color:#f0f0f0;
    height:100%;
}
.wrap{
    height:auto;
    min-height:100%;
    _height:100%;
}
.main{
    padding-bottom:76px;
}
.footer{
    text-align:center;
    background:#27303f;
    color:#fff;
    height:76px;
    font-size: 14px;
    margin-top:-76px;
}

  

设置最低高度为100%

标签:高度   otto   footer   font   robot   sans   body   blog   color   

原文地址:http://www.cnblogs.com/karila/p/7552715.html

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