Chrome 中页面末尾的空白区域
在 Chrome 中,我的网站末尾有一堆空白区域。
有些页面有很多空白空间,有些则没有。我不确定问题是什么,我在 css 中尝试了很多不同的更改(使用 chrome 的检查元素),但没有解决问题。
Firefox 没有问题,IE 目前不知道。
编辑:删除了链接。这些页面均不再存在。
In Chrome, my site has a bunch of empty space at the end.
Some pages have lots of empty space, some have none. I'm not sure what the problem is, I've tried lots of different changes in the css (using chrome's inspect element), but nothing fixes the problem.
There is no problem in Firefox, I don't know about IE right now.
Edit: Removed links. None of those pages exist any more.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
问题出在最后一个
hr
元素。它有
display: inline-block
。删除该属性值即可正常工作。
The problem is the last
hr
element.It has
display: inline-block
.Remove that property value and it works fine.
它已被列为渲染错误:请参阅此处
http://41.206.47.2/support/forum/p/Chrome/thread?tid=6d78452432a4c4d7&hl=en
似乎已在以后的开发版本中修复。我在 11.0.696.65 中遇到同样的问题
It has been listed as a rendering bug: see here
http://41.206.47.2/support/forum/p/Chrome/thread?tid=6d78452432a4c4d7&hl=en
Seems to have been fixed in later dev versions. I get the same issue in 11.0.696.65