Cross browser (or close to) CSS scrollbar styling? -


there's lot of material out there on how style scrollbars in webkit, next nothing in other browser, though ie reportedly first browser implement it.

what i'm looking equivalent of:

&::-webkit-scrollbar {     ... }  &::-webkit-scrollbar-track {     ... }  &::-webkit-scrollbar-thumb {     ... } 

in many browsers possible.

my philosophy if have crap browser it's own fault , i'm not willing switch javascript solution on scrollbar styling. i'd put in little effort.


Comments