溢出:隐藏在使用iFrame的Google Chrome中无效

时间:2014-01-16 05:46:28

标签: javascript html asp.net css iframe

以下代码在IE中运行正常,但在Chrome / safari中无效,因为我正在获取水平滚动条。

<asp:Panel ID="pnl" runat="server" Style="width: 640px; height: 530px">
<iframe id="frm1" frameborder="0" width="100%" scrolling="no" height="100%" src="../pop.htm" style="overflow: hidden;"></iframe></asp:Panel>

我还需要做些什么才能让它在所有浏览器中都能完美运行。 感谢

0 个答案:

没有答案