Scrollbars
jQuery plugin. Fully themable and adjustable scrollbars. Automatically adjusts if scrollbars are not required. Fallback to regular scrollbars if JavaScript is disabled.
- Works on:
- FF
- Chrome
- Safari
- IE9
- IE8
- IE7
- IE6
- Opera
Notes
- Background gradients are not supported in Opera/IE<=8.
Similar Projects
- http://livepipe.net/control/scrollbar
- http://www.dyn-web.com/code/scroll/demos.php
- http://www.jools.net/projects/javascript/scrollable-divs/
- http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html

![Please send blog emails to this address [enable images]](/img/footing2.png)
For Internet Explorer version 9 it is applying the gradient just like chrome, firefox.
.scrollable .scrollbtn {
display: none;
}
Or you can change line 38 of scrollbars.aplweb.js to '$vscroller.append($vscrollarea);' and 48 to '$hscroller.append($hscrollarea);'.
Use css below to set the scrollbars to fill their width/height:
.scrollable .vscroller .scrollarea {
bottom: 0px;
top: 0px;
}
.scrollable .hscroller .scrollarea {
left: 0px;
right: 0px;
}
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>