1

Possible Duplicate:
Scrollbar color change in Firefox

I'm currently using ::-webkit-scrollbar and ::-webkit-scrollbar-track to alter the scrollbar style, but I know that doesn't show up on Firefox. I have tried replacing webkit with moz, but that didn't do anything.

I have tried jQuery, but it's very hard to implement on site with the other jquery mods etc.

Community
  • 1
  • 1
mega-crazy
  • 838
  • 2
  • 17
  • 36

1 Answers1

0

There is no equivalent of that webkit psuedo selector for any other browser. The only alternative is javascript/jQuery based.

For example, jScrollPane.

Rory McCrossan
  • 331,213
  • 40
  • 305
  • 339