奇怪的 IE6/IE 布局错误

发布于 2024-09-14 21:55:09 字数 381 浏览 11 评论 0原文

我在使用 IE6 和我们的网站时遇到了不少问题。

http://www.sweetlets.com/w/solutions/click-stream /features/

在 IE6 中,预告框的最顶部有滚动条,但在 IE7、IE8、FF 或 Chrome 中没有。有人对此有解释吗?

页脚中的效果与一排 3 个框相同。还有滚动条。从数学上讲,所有内容都适合 960px 的行。我添加了填充、边距、边框和宽度,甚至保留了一些像素......

我根本不知道出了什么问题。有什么想法吗?

I've had quite a few problems with IE6 and our website.

http://www.sweetlets.com/w/solutions/click-stream/features/

At the very top the teaser boxes have scrollbars in IE6, but not IE7, IE8, FF or Chrome. Does anyone have an explanation for this?

Same effect in the footer with the 3 boxes in one row. Also scrollbars. Mathematically all fits into the row of 960px. I added up paddings, margins, borders and width and even kept some pixels left...

I simply don't know what is wrong. Any ideas?

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

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

发布评论

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

评论(2

别闹i 2024-09-21 21:55:09

不确定它是否会修复它,但我会在 #cf_content 上放置一个 clear: Both 并删除以下内容的溢出:

#main
#content
#cf_content
#cf_content_teaser

Not sure if it'll fix it but I'd put a clear: both on #cf_content and remove overflow on the following:

#main
#content
#cf_content
#cf_content_teaser
因为看清所以看轻 2024-09-21 21:55:09

您可以在 #cf_content_teaser 上设置 overflow:hidden; 以消除滚动条。不知道如果这能解决问题是否值得进一步调查。你可以将同样的方法应用到它发生的任何其他 div 上。

You can set overflow:hidden; on the #cf_content_teaser to get rid of the scrollbars. Dunno if it's worth investigating further if that resolves the issue. You can apply the same to whatever other div it's happening on.

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