【发布时间】:2014-02-14 13:37:48
【问题描述】:
我的页脚上方和下方都有空白,有一个空白,请检查下面的css
.footer {
background-image: url("../images/footer_image.png");
background-repeat: no-repeat;
background-size: 100% auto;
float: left;
height: auto;
width: 100%;
}
.footer_bg {
background-image: url("../images/footer_bg.png");
background-repeat: no-repeat;
background-size: 101% auto;
height: 232px;
margin-top: 12.1%;
width: 100%;
}
【问题讨论】:
标签: html css responsive-design removing-whitespace