Chrome 中页面末尾的空白区域

发布于 2024-11-05 21:20:26 字数 173 浏览 0 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

嗼ふ静 2024-11-12 21:20:26

问题出在最后一个 hr 元素。

它有display: inline-block

删除该属性值即可正常工作。

The problem is the last hr element.

It has display: inline-block.

Remove that property value and it works fine.

腹黑女流氓 2024-11-12 21:20:26

它已被列为渲染错误:请参阅此处

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文