Can we change a scroll bar styling, Instead of default scroll bar, I want to place a image on it.
Asked
Active
Viewed 3,749 times
4 Answers
2
No.
IE allow change color of some scrollbar elements. But other browsers - NO. The only solution is use custom JS to implement this. But this is always more ugly and non-useful instead of native controls.
Take a look at: http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html

Zada Zorg
- 2,778
- 1
- 21
- 25
-
-
And using the above script, no problem with ie7 and ie6 its works in IE browsers. – Soarabh Oct 11 '10 at 06:54
-
Webkit also allows styling of scrollbars — http://webkit.org/blog/363/styling-scrollbars/ – niksy Nov 10 '10 at 10:10
0
See if this works for you - flexScroll
This does not place an image over the scrollbar, it creates a virtual scrollbar. I don't know if it is possible to gain control over scrollbar using html/js.

vikmalhotra
- 9,981
- 20
- 97
- 137
0
Just found a link for the similar effect,hope it helps..
[http://www.hiddenpixels.com/javascript/custom-javascript-scrollbar/][1]

Ankit Jaiswal
- 22,859
- 5
- 41
- 64