I want to design a scroll bar using css3 just like for chrome we have css3 code ie.webkit-scrollbar { /* 1 / } webkit-scrollbar-button { / 2 / } webkit-scrollbar-track { / 3 / } webkit-scrollbar-thumb { / 5 / } webkit-scrollbar-corner { / 6 / } webkit-resizer { / 7 */ } Is there any thing such like this for IE & Firefox.
Asked
Active
Viewed 1,613 times
0
-
possible duplicate of [CSS customized scroll bar in div](http://stackoverflow.com/questions/9251354/css-customized-scroll-bar-in-div) – kapa Apr 21 '15 at 06:15
1 Answers
0
As far as i know is that no gecko browser has implemented these features. this means it won't work in firefox and netscape. I'm not sure about opera and for IE you can refer to http://www.ssi-developer.net/css/scrollbar-colours.shtml

QQping
- 1,370
- 1
- 13
- 26
-
does IE10 will support custom scroll css just like chrome supports – user1166815 Mar 20 '12 at 09:57
-
IE supports custom scrollbars since ages ago... refer to the url in my answer for IE – QQping Mar 20 '12 at 10:00