gpt4 book ai didi

javascript - iFrame 高度不适用于所有浏览器

转载 作者:行者123 更新时间:2023-12-02 16:57:45 25 4
gpt4 key购买 nike

无法在 IE 和 FF 中将 IFrame 高度设置为 100%,但在 chrome 中工作正常,请查找工作示例 http://jsfiddle.net/3LAat/34/ 。下面是示例代码:

   <body style="height:100%;width:100%">
<div class="div_iframe">
<iframe src="//www.youtube.com/embed/9KunP3sZyI0" style="border:0;" id="id" class="restricted" scrolling="yes" allowfullscreen></iframe>
</div>

如何将 IFrame 高度增加到 100% 以使其在所有浏览器中正常工作。谢谢。

最佳答案

尝试添加:

html { height: 100%; }

进入你的CSS:http://jsfiddle.net/3LAat/35/

关于javascript - iFrame 高度不适用于所有浏览器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26043446/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com