【问题标题】:remove scroll for iframe in thickBox plugin在thickBox插件中删除iframe的滚动
【发布时间】:2012-04-28 11:52:15
【问题描述】:

我正在使用thickbox http://jquery.com/demo/thickbox/

我对所有页面都使用body css

body {
    width: 960px
    margin: 0 auto;
}

我有两个页面master.phpsub.php

master.php

<a href="sub.php?keepThis=true&height=550&width=900" title="Test title" class="thickbox">Open</a>

sub.php

我有一些内容初始化 在这我有css body 在这里应用。

所以,当我点击Open 时,thickbox iframe 非常好。 但我不需要水平和垂直的卷轴

通过增加&lt;anchor&gt; 元素中的width 我没有水平滚动, 现在我希望height 被修复,而iframe 弹出窗口没有滚动

我已经测试了一些调整,但没有成功。

我在下面添加了一张图片。让你更好地理解它

【问题讨论】:

    标签: php jquery scroll thickbox


    【解决方案1】:

    尝试将 overflow:hidden; 添加到您的 CSS 代码中。

    【讨论】:

    • iframe 内容页或母版页中
    猜你喜欢
    • 2012-04-22
    • 2013-03-15
    • 2011-05-26
    • 1970-01-01
    • 2013-07-24
    • 2023-01-04
    • 2016-05-11
    • 1970-01-01
    相关资源
    最近更新 更多