在thickBox插件中删除iframe的滚动

时间:2012-04-28 11:52:15

标签: php jquery scroll thickbox

我正在使用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非常好。 但我不需要水平和垂直的卷轴

通过增加width元素中的<anchor>,我没有滚动horizo​​ntall, 现在我希望修复height而不滚动iframe弹出窗口

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

我在下面添加了一张图片。这样你就能更好地理解它

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

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