IFrameアダプティブの高さと幅

IFrameアダプティブの高さと幅

<iframe id="contentIFrame" name="Content" src="test.html" scrolling="no" frameborder="0" onload="this.height=this.contentWindow.document.body.scrollHeight+5;this.width=this.contentWindow.document.body.scrollWidth+5;" />
IE7では、表示できない点が常に1つあるので、高さと幅の後ろに5ピクセルを追加して、完全に表示できます

おすすめ

転載: www.cnblogs.com/jlfw/p/12682851.html