0

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.

BoltClock
  • 700,868
  • 160
  • 1,392
  • 1,356
  • 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 Answers1

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