让iframe的height=100%在IE7、8中正常显示
具体原因不明,在载入的时候改变他的高度为用户区的高度即可,在iframe框架中加入如下代码:
onload="this.height=this.document.documentElement.scrollHeight"
发布时间: 2012-08-27 21:21:57 作者: rapoo
让iframe的height=100%在IE7、8中正常显示
具体原因不明,在载入的时候改变他的高度为用户区的高度即可,在iframe框架中加入如下代码:
onload="this.height=this.document.documentElement.scrollHeight"