码迷,mamicode.com
首页 > 其他好文 > 详细

ifrome隐藏滚动条,自适应高度

时间:2020-03-17 08:04:59      阅读:63      评论:0      收藏:0      [点我收藏+]

标签:自适应   scrolling   idt   from   src   this   scroll   nbsp   doc   

ifrome隐藏滚动条,自适应高度

网上找了很久,发现最简单的方法

<iframe id="mainIframe" onload="this.height=this.contentWindow.document.documentElement.scrollHeight" width="100%" frameborder="no" border="0" scrolling="no" src="xxxx"> </iframe>

οnlοad=“this.height=this.contentWindow.document.documentElement.scrollHeight”
οnlοad=“this.height=this.contentWindow.document.documentElement.scrollHeight”
οnlοad=“this.height=this.contentWindow.document.documentElement.scrollHeight”

 

ifrome隐藏滚动条,自适应高度

标签:自适应   scrolling   idt   from   src   this   scroll   nbsp   doc   

原文地址:https://www.cnblogs.com/ii123ii/p/12508182.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!