如何摆脱底部的空白? [英] How to get rid of the whitespace at the bottom?

查看:109
本文介绍了如何摆脱底部的空白?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以帮我删除本网站底部的额外空白吗? http://www.vonlay.com/



此图片显示我要删除的内容: http://img691.imageshack.us/ img691 / 8837 / screenshot20110607at715.png



这是我如何设置页脚。

  html,body {height:100%; } 
body> #wrapper {height:auto; min-height:100%; }
#footer {position:relative; height:140px; z指数:10;清除:
margin-top:-140px;背景:#700; color:#fff; }


解决方案

您应该添加:

  #footer .content p {
margin-bottom:0
}






我实际上写了另一个答案,解释了正确的情况,是:



您应该将 overflow:hidden 添加到 #footer



这将解决问题,即上的 margin

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆