【发布时间】:2015-05-19 16:33:13
【问题描述】:
我尝试了很多选项,但无法找到解决方案。
Here is a page with a problem.
选择所有产品时,一切都可以。
当我们选择一个特定的类别(例如古董钱包)时,页脚会跳转并且其下方有一个空白区域。 我什至不明白什么元素有这么大的高度(不是body,html)。
请帮帮我!
【问题讨论】:
-
你能分享你的css文件吗?
我尝试了很多选项,但无法找到解决方案。
Here is a page with a problem.
选择所有产品时,一切都可以。
当我们选择一个特定的类别(例如古董钱包)时,页脚会跳转并且其下方有一个空白区域。 我什至不明白什么元素有这么大的高度(不是body,html)。
请帮帮我!
【问题讨论】:
看看这个css
CSS
body{overflow:hidden}
【讨论】:
更改页脚(css)中的高度属性:
#footer {
background: url("http://bogz.us/wp-content/themes/studio/images/bg/bg_img_bottom_06.png") bottom center no-repeat!important;
height: 1203px;
}
【讨论】: