Hey all!
I am facing a problem regarding a new theme I develop. I have several divs which I want to apply custom styled scroll bars. I know there are some good plugins like jScrollPane but all of them include the scroll bar directly into the div.
My structure is like:
<div class="content">
<div class="scrollContainer">long content here</div>
<div class="scrollbar"></div>
</div>
<div class="content">
<div class="scrollContainer">long content here</div>
<div class="scrollbar"></div>
</div>
<div class="content">
<div class="scrollContainer">long content here</div>
<div class="scrollbar"></div>
</div>
I want to scroll the scrollContainer div but want to include the scrollbar into the scrollbar div. Do you guys know a plugin which allows me this?
