Div 100%宽度跨浏览器firefox问题

发布于 2024-12-06 05:10:19 字数 156 浏览 2 评论 0原文

如果您在 safari 中查看 http://www2.currensee.com ,页面宽度很好,但在 Firefox 中(至少3.6)有一个水平滚动条。我有什么想法可以解决这个问题吗?

If you look at http://www2.currensee.com in safari the page width is fine, but in firefox (3.6 at least) there is a horizontal scroll. Any ideas how I can fix this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

玩套路吗 2024-12-13 05:10:19

FF6里还好啊您可以尝试 CSS3 样式 html { Overflow-x:hidden; } 但我不确定它是否在 FF3.6 中实现。

It's fine in FF6. You could try the CSS3 style html { overflow-x:hidden; } but I'm not sure if it was implemented in FF3.6.

溺孤伤于心 2024-12-13 05:10:19

如果宽度为 100% 并且边距 > 0 你会得到一个滚动条,因为边距延伸到可见区域之外。

if width is 100% and margin is > 0 you will get a scroll bar because the margin is extending outside the visible area.

深巷少女 2024-12-13 05:10:19

盒子阴影导致了错误。

A box shadow was causing the error.

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