为了账号安全,请及时绑定邮箱和手机立即绑定

这样的页面第一次出现是页面填充满的,可是当页面缩小的时候,右边会有空白这个问题很不可思议

这样的页面第一次出现是页面填充满的,可是当页面缩小的时候,右边会有空白这个问题很不可思议

德玛西亚99 2023-04-10 12:08:31
<div width="20%"></div> <iframe name="iframename" style="width:80%;"> 
查看完整描述

2 回答

?
慕哥6287543

TA贡献1831条经验 获得超10个赞

你照我的做法试试: 
1, 

function SetCwinHeight(obj)   

{   

    var cwin=obj;   

    if (document.getElementById)   

    {   

        if (cwin && !window.opera)   

        {   

          if (cwin.contentDocument && cwin.contentDocument.body.offsetHeight)   

            cwin.height = cwin.contentDocument.body.offsetHeight;   

          else if(cwin.Document && cwin.Document.body.scrollHeight)   

            cwin.height = cwin.Document.body.scrollHeight;   

        }   

    }   

}  

2,在iframe里面加上 
onload="Javascript:SetCwinHeight(this)"试试。


查看完整回答
反对 回复 2023-04-12
?
慕后森

TA贡献1802条经验 获得超5个赞

这样绝对可以: 
<body style="margin:0;padding:0;"> 
<div style="width:20%; height:20px; background-color:gray; float: left;"></div> 
<iframe frameborder="0" src="http://baidu.com/" style="width:80%; height:120px; float: right;"> 
</body>

查看完整回答
反对 回复 2023-04-12
  • 2 回答
  • 0 关注
  • 92 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信