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.