解决方案 »

  1.   

    iframe有没有设置宽度?没有样式光有这些,也没办法重现啊,,,代码没什么问题,就是IE6各种稀奇古怪的毛病得细细查。。
      

  2.   

    程序文件下载地址http://url.cn/VjgkP3
    下面是框架页面代码<body style="height:99.5%; width:100%; overflow-y:auto; border:1px solid #004171; border-right-color:none; overflow-x:hidden;">
    <div class="li-nei">
    <iframe width="100%" height="420px" src="shenhe-common.html" border="0" frameborder="0" scrolling="no"> 浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe>   
      <div class="right_button22">
        <span style="float:right; background:url(img/biaoti_xtb.png) no-repeat; width:18px; height:18px; margin-right:20px; margin-top:7px;"></span><h1 style="font-size:14px;">相关操作</h1>
      </div>
       <table width="100%" border="1" align="center" cellspacing="0" cellpadding="0" bordercolor="#cccccc">
      <tr>
        <td width="10%" height="80">审核意见:  
        <td align="left"><textarea name="" cols="" rows="" style=" width:350px; height:60px;"></textarea></td>
      </tr>
      <tr>
       <td width="10%" height="40"><input name="" type="button" value="签字"  class="qianzi"/>
        </td>
        <td><input name="" type="button" value="盖章" class="qianzi" /></td>
      </tr>
      <tr>
        <td width="10%" height="40">审核人:</td>
        <td align="left">
          <input name="" type="radio" value="" checked="checked" readonly="readonly" />
          张三</td>
      </tr>
      <tr>
        <td width="10%" height="60"><input name="" type="submit" value="提交" class="li-sh1" /></td>
        <td align="left"><input name="" type="reset" value="取消" class="li-cz1" /></td>
      </tr>
    </table>
      </div>
    </div>
    </body>
      

  3.   

    <iframe width="100%" height="420px" src="shenhe-common.html" border="0" frameborder="0"> 浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe>   scrolling="no"去掉right.css中body的overflow:hidden去掉shenhe-common.html中body上的style里内容全部去掉。