我有一个 div,height: 485px
我想在其中放置一个宽度为 100% 的 iframe,以便用户可以滚动 div 而不是滚动条(我这样做是因为我使用的是 CSS 滚动条)。
<div id="demo1" style="height:485px; overflow:scroll;float: left;overflow-x: hidden;">
<iframe height="100%" width="455px" scrolling="no" frameborder="0" src="www" ></iframe>
</div>
我试图将样式包含到 iframestyle="height: auto;"
或 100% 但不起作用。
任何建议如何检查 iframe 的高度?谢谢