I tried searching online but I didn't find any good sources on this. Is there a way to style scroll bars with pure CSS so that it is compatible with a maximum number of browsers?
Asked
Active
Viewed 2,338 times
2 Answers
5
You can style scrollbars in Internet Explorer and Webkit only.
Note that these are not standard properties.
However, you can achieve this with JavaScript. One project that does this is jScrollPane.

alex
- 479,566
- 201
- 878
- 984
-
1Filling in the blank, you can't do it in Firefox: http://stackoverflow.com/questions/6165472/custom-css-scrollbar-for-firefox/6165489#6165489 – thirtydot May 30 '11 at 01:11
-
Is there any update on this seeing as were about a year on ? – sam Aug 29 '13 at 12:58
-
@sam If you must have this, I'd use a custom control. – alex Aug 30 '13 at 13:13
1
Adding my 2 pence a little late, but if you really want to style them I would suggest trying http://jscrollpane.kelvinluck.com/. It's not a pure CSS solution like you are looking for but is a solution of sorts.

parmar84
- 204
- 1
- 6