iframe自适应高度解决方法 .

  1. <div id="leftBar">
  2.     <iframe name="tag" src="_iframe.html" style="100%; min-height:510px; border:0; overflow:hidden" onload="this.height=tag.document.body.scrollHeight"></iframe>
  3. </div><!--END leftBar-->
  4. 来自:http://blog.csdn.net/lxbin/article/details/3338913
原文地址:https://www.cnblogs.com/shuenjian901/p/3748111.html