iframe在ie8自适应高度兼容问题?
主页面代码如下:<iframesrc="school.html"id="center"name="center"width="100%"height="824"onLoa...
主页面代码如下:<iframe src="school.html" id="center" name="center" width="100%" height="824" onLoad="iFrameHeight()" frameborder="0" scrolling="no"></iframe> <script type="text/javascript" language="javascript">
function iFrameHeight() {
var ifm= document.getElementById("center");
var subWeb = document.frames ? document.frames["center"].document : ifm.contentDocument;
if(ifm != null && subWeb != null) {
ifm.height = subWeb.body.scrollHeight;
}
}
</script>在运行过程中ie6和ie7显示正常,ie8显示中间部分出现大片空白。 对比图如下:ie8中显示:ie6和ie7中的显示正常! 请问这是为何原因? 展开
function iFrameHeight() {
var ifm= document.getElementById("center");
var subWeb = document.frames ? document.frames["center"].document : ifm.contentDocument;
if(ifm != null && subWeb != null) {
ifm.height = subWeb.body.scrollHeight;
}
}
</script>在运行过程中ie6和ie7显示正常,ie8显示中间部分出现大片空白。 对比图如下:ie8中显示:ie6和ie7中的显示正常! 请问这是为何原因? 展开
4个回答
展开全部
应该是iframe不透明,有个默认白色背景吧,,
加这个就好了allowtransparency=“true”
加这个就好了allowtransparency=“true”
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-08-01
展开全部
浏览器兼容问题在页面头部加<meta http-equiv="X-UA-Compatible" content="IE=7" />
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-08-01
展开全部
在页面头部加<meta http-equiv="X-UA-Compatible" content="IE=7" />
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
请问你解决没有呢
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询