2011-02-09 255 views
0


我如何滚动DIV(溢出:自动;)与DIV?Jquery - 滚动DIV(溢出:自动;)与DIV

HTML

<div style="width:100px; height:200px; border:1px solid #ff0000; overflow:hidden;"> 
    <div id="my_div" style="width:100%; padding-right:20px; height:100%; overflow:auto;" class="sph"> 
     <div style=" background-color:#c6c6c6; width:10px; height:20px; position: absolute; left:80px; cursor:pointer;" >S</div> 
     .. content ... <br />  .. content ... <br />  .. content ... <br /> 
     .. content ... <br />  .. content ... <br />  .. content ... <br /> 
     .. content ... <br />  .. content ... <br />  .. content ... <br /> 
     .. content ... <br />  .. content ... <br />  .. content ... <br /> 
     .. content ... <br />  .. content ... <br />  .. content ... <br /> 
     .. content ... <br />  .. content ... <br />  .. content ... <br /> 
     .. content ... <br />  .. content ... <br />  .. content ... <br />  
    </div> 

</div> 

<br /><br > 
    Use the MouseScroll to scroll or use the [S]croll Div 

http://jsfiddle.net/sbAfW/11/

在此先感谢!
彼得

+0

Amm,它似乎在滚动我..你想在这里做什么? – 2011-02-09 20:39:51

回答

3

查看jScrollPane plugin

the demo page的第一个演示就是你可能要找的。你可以从jspVerticalBar和jspTrack类中移除背景属性,然后就可以了!

+0

非常感谢! – Peter 2011-02-10 08:35:32