想要一整个网页的纵向滚动条,现在的代码如下,只能显示出灰色滚动条,不可用。请帮忙看看 <HTML> 
<HEAD> </HEAD> 
<frameset border=0 cols="*,1024,*" frameborder="0"  style='overflow-y:scroll;height:680'> 
<frame src="about:blank" scrolling="no" noresize> </frame> 
<FRAMESET border=0 Rows="541, *" > 
<FRAME scrolling="no" noresize SRC="http://localhost/WEBMAP2000/FramePage.asp?QBar=0" NAME="FACE"> 
<FRAME scrolling="no" noresize SRC="BASE\bar.html" NAME="BAR"> 
</FRAMESET> 
<frame src="about:blank" scrolling="no" noresize > </frame> 
</HTML> 

解决方案 »

  1.   

    楼上正确
    scrolling ="no",多余的内容会被自动隐藏! 
      

  2.   

    scrolling="no"  --------->scrolling="yes" or scrolling="auto"
      

  3.   

    我是想使整个网页(框架)的滚动条有效,
    针对FRAMESET,scrolling="xx"不管用,滚动条显示不出来。
    只有style='overflow-y:scroll;'能使FRAMESET的滚动条显示出来,但是不管IE高度如何缩小,滚动条均为灰色不可用。如何是好