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中,总有一点不能显现,故在高与宽背面各加了5像素,而能圆满显现

    原文作者:fengxiuping
    原文地址: https://segmentfault.com/a/1190000000473935
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞