Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 558 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 558 Bytes

ScrollerBar

This class provides a simple, fully customizable interface for creating custom scrollbars, both horizontal and vertical. The class also comes with some default styles that you can play with.

Tested on Firefox 3.6, Chrome 8 and IE7/8

Screenshot

How to use

Usage is fairly simple:

#JS
var scroll = new ScrollerBar(wrapper,options);

There are quite a lot of tweaks you can do on the class, so for better understanding I suggest you read the docs.