IE 滚动条对于 Colorbox Modal 不可见

发布于 2024-10-31 02:30:11 字数 265 浏览 0 评论 0原文

我正在使用 ColorBox 模式,但我遇到了 ScrollBar 未在 IE 浏览器上显示的问题。还有其他人遇到过这个问题吗?

我正在使用的页面是:(点击示例保存查看):
http://whiterhino.us/aspire_setup/

这是否与 jQuery Line 4 错误有关?我没有发现第 4 行有问题。

非常感谢。

I am using the ColorBox modal and I am having a problem with the ScrollBar Not showing up on IE browsers. Has anyone else ever had this problem?

The Page I am Using is : (CLICK SAMPLE SAVINGS TO SEE) :
http://whiterhino.us/aspire_setup/

Does it have to do with a jQuery Line 4 Error? I am not seeing a problem with line 4.

Thank You Very Much.

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

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

发布评论

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

评论(1

生来就爱笑 2024-11-07 02:30:11

您需要在 iframe 中设置 modal-window- savings div 容器的样式 (http: //whiterhino.us/aspire_setup/ savings.html) 的高度为 100%。当您打开模式窗口时,您将在 IE 中看到滚动条。

<div id="modal-window-savings" style='height: 100%;'>

You need to style your modal-window-savings div container in your iframe (http://whiterhino.us/aspire_setup/savings.html) to have a height of 100%. You then will have scollbars in IE when you open the modal window.

<div id="modal-window-savings" style='height: 100%;'>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文