Chrome中的iFrame溢出滚动问题

时间:2013-03-14 10:50:06

标签: html css google-chrome css3 firefox

我在CSS上有一个 iFrame overflow:scroll。它在Firefox中完美运行,但在Chrome中无效!知道为什么会这样吗?实例here。您可以在Firefox中测试它,然后在Chrome中测试它,您将看到问题!谢谢你的时间!

1 个答案:

答案 0 :(得分:1)

它没有显示滚动条,因为没有溢出 - 没有什么可以滚动。

<iframe id="scroll" src="http://example.com"></iframe>

在提供可滚动内容后,滚动条显示为:http://jsfiddle.net/fmCTD/4/