本帖最后由 arrowwhite 于 2011-05-27 15:31:13 编辑

解决方案 »

  1.   

    好像不行吧。一般滚动条就是告诉别人内容不能完全显示的,你去掉了别人都不知道内容是不是都显示了。
    不建议这么做。
    以下是鼠标覆盖时显示滚动条,否则不显示<div id="apDiv1">
    <div class="head" ></div>
    <div style="overflow-y:hidden; height:150px;" onmouseover="this.style.overflowY='auto'" onmouseout="this.style.overflowY='hidden'"><p> This is some text. This is some text. This is some text.
      This is some text. This is some text. This is some text.
      This is some text. This is some text. This is some text.
      This is some text. This is some text. This is some text12.
      This is some text. This is some text. This is some text.
      This is some text. This is some text. This is some text.
      This is some text. This is some text. This is some text.
      This is some text. This is some text. This is some text.
      This is some text. This is some text. This is some text.
      This is some text. This is some text. This is some text. </p>
     </div>
      </div>
      

  2.   

    用div放在滚动条上挡住滚动条,但没啥意义。还是用1楼的方法吧。