我已經找到了答案,但目前爲止沒有運氣。使用jScrollPane時移動/重新定位滾動條
目前滾動條和箭頭位於與可滾動內容相同的 div內 - 這在大多數情況下是有意義的。我 想知道是否有一種方法可以將滾動條和箭頭 以外的這個div放在HTML頁面的不同位置?有沒有 一種方式來指定他們應該去的地方?
例子:
<div id="content">
Lorem ipsum....
</div>
獲取變成:
<div id="content">
<div class="scrollpane">
Lorem ipsum....
</div>
<div class="scroll-bar">
### scroll bar and arrows here ###
</div>
</div>
但我想這一點:
<div id="content">
<div class="scrollpane">
Lorem ipsum....
</div>
</div>
[other html other html and content other html]
<div id="scrollbar-here">
### scroll bar and arrows here ###
</div>
任何幫助非常讚賞,或答案的鏈接我錯過了 也同樣有幫助。我使用jquery1.4.3和JScrollPane中 - v2.0.0beta6