请看看网站底部http://nurmura.kz,在蓝线后面有一个白色空间我在firefox 18中注意到蓝线应该贴在窗口的底部,在Google Chrome中看不出来。关于如何摆脱那个空白区域的任何建议?
答案 0 :(得分:1)
您必须清除#footer-bottom 。写得像这样:
#footer-bottom {
height: 53px;
margin: 0 auto;
overflow: hidden;
padding: 0 40px;
width: 940px;
}