IE7 中的 jScrollPane 溢出问题

发布于 12-05 19:07 字数 280 浏览 2 评论 0原文

我在客户端站点上使用 jScrollPane,并认为一切都很好,直到我在 IE7 中进行测试。似乎由于某种原因,窗格没有隐藏溢出。 IE8和所有Mac浏览器都可以。 IE7就是这个问题。滚动条显示得很好,但内容(很长的 ul)在 div 之外流动,导致主页也有滚动条。看看我在这里的意思:

http://mhr.dandelion-patch.com

非常感谢任何见解。

鲍勃

I'm using jScrollPane on a client site and thought all was good until I tested in IE7. It seems that for some reason the pane isn't hiding the overflow. IE8 and all Mac browsers are fine. IE7 is the problem. Scrollbar shows up just fine, but the content (a long ul) is flowing outside of the div, and causing the main page to have scrollbars as well. See what I mean here:

http://mhr.dandelion-patch.com

Any insight is greatly appreciated.

Bob

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

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

发布评论

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

评论(1

末蓝2024-12-12 19:07:39

你可以试试这个代码
.scroll-pane-left, .scroll-pane-left2 {宽度:100%;高度:280像素;溢出:自动;位置:相对;}

you can try this code
.scroll-pane-left, .scroll-pane-left2 {width:100%; height:280px; overflow: auto;position: relative;}

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