日期:2014-05-17  浏览次数:25456 次

scrolling="no" 隐藏不了滚动条
滚动条隐藏不了,不知道什么属性冲突还是什么原因。我的是IE8。 截图如下:

代码1:<html>
<frameset frameborder="0" cols="240,*"> 
  <frameset frameborder="0" rows="300,60,*">
  <frame srcolling="no" noresize="noresize" marginwidth="0" marginheight="0" src="left1.html">
  <frame srcolling="no" noresize="noresize" marginwidth="0" marginheight="0" src="left2.html">
  <frame srcolling="no" noresize="noresize" marginwidth="0" marginheight="0" src="left3.html">
  </frameset>
 <frameset frameborder="0" rows="60,*" >
  <frame srcolling="no" noresize="noresize" marginwidth="0" marginheight="0" src="right1.html">
  <frame srcolling="no" noresize="noresize" marginwidth="0" marginheight="0" src="right2.html" name="q">
 </frameset>
</frameset>
</html>

left1.html 代码:<html>
<body hspace="0" vspace="0" >
<embed src="1.swf" width="240" height="300" >
</body>
</html>

------解决方案--------------------
我晕 scrolling 楼主看看自己打的是什么

------解决方案--------------------
探讨

我晕 scrolling 楼主看看自己打的是什么