请教一下IE8下,设置iframe宽高100%无效,有什么办法实现呢?
本帖最后由 jaswhen 于 2013-01-25 16:01:38 编辑
因为网站需要嵌套一个Iframe,当时设置的时候就是宽高100%,但是当浏览器升级后...悲催了...
请问各位达人...有什么另外的方式解决么?
ie
iframe
浏览器
宽高
------解决方案--------------------<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% 高度根据内容自适应。