下IE8下,设置iframe宽高100%无效,有什么办法实现
因为网站需要嵌套一个Iframe,当时设置的时候就是宽高100%,但是当浏览器升级后...悲催了...
请问各位达人...有什么另外的方式解决么?
<iframe width="100%" name="" id="" src="" width="100%" frameborder="0" onload=' this.style.height=Math.max(this.contentWindow.document.body.scrollHeight,this.contentWindow.document.documentElement.scrollHeight,200)+"px"; '></iframe>
这样写 能让宽度100% 高度根据内容自适应。