IE7 中 css 位置的奇怪问题

发布于 2024-12-09 09:40:17 字数 271 浏览 2 评论 0原文

在这个网站上 http://rwl.rwlwater.com/ 新闻滚动条位于底部,在 3 个简介之后..在 Internet Explorer 7 中工作不正常。如果我编辑帖子数量,控制器按钮不会移动。.它在 IE9、chrome、firefox、safari 等中工作正常,问题仅在于 Internet Explorer 7.

我尝试了一些方法,但自己无法解决。

任何帮助将不胜感激!

On this website http://rwl.rwlwater.com/ the news scroller at the bottom, after the 3 blurbs ..is not working fine in Internet explorer 7. The controller buttons are not moving if I edit the number of posts.. It's working fine in IE9, chrome, firefox, safari, etc, the issue is just with internet explorer 7.

I tried a few things, but couldn't solve it myself.

Any help would be greatly appreciated!

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

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

发布评论

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

评论(1

烟柳画桥 2024-12-16 09:40:17

将 CSS 属性“zoom: 1”添加到 #controllers2 按钮或 #blog2

这会将 IE 属性 hasLayout 设置为 true,并允许使用绝对定位对其进行定位。

这是一个典型的 IE 错误。

Add the CSS property 'zoom: 1' to the #controllers2 button or #blog2

This sets the IE property hasLayout to true and allows it to be positioned using absolute positioning.

It's a classic IE bug.

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