读书人

scrolling=quot;noquot; 隐藏不了滚动条解决方

发布时间: 2012-06-03 16:59:40 作者: rapoo

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 楼主看看自己打的是什么

读书人网 >CSS

热点推荐