Changing colour of scrollbar on div

Associate
Joined
18 Oct 2002
Posts
2,055
Location
Southend-on-Sea
Anyone know if its possible to change the colour of the scrollbar when using overflow:auto on a div? I'm sure I've seen some code, possibly JS, that does this but the only stuff I can find now is a CSS hack for IE. I'd like to implement a black scrollbar across all browsers if possible.
 
Change to overflow:scroll, and then you should be able to customise the scrollbar using the scrollbar- set of CSS attributes.
 
Change to overflow:scroll, and then you should be able to customise the scrollbar using the scrollbar- set of CSS attributes.

Unfortunately this is not valid CSS, and as far as I know will only work in IE.

I've used jScrollPane in the past and it works fine.

Looks like it to could do the trick, will take a look.

Thanks.
 
Back
Top Bottom