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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -