Can anyone give a thorough explanation of how to make custom scroll bars? Are custom scroll bars compatible with all browsers?
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
- Adding a timeout to a render function in ReactJS
Simply add the above.
You need to use pure javaScript to become compatible with all browsers.
This is one of the best solution for that
http://www.script-tutorials.com/custom-scrollbars-cross-browser-solution/
These were one search away, and they're really good:
http://codemug.com/html/custom-scrollbars-using-css/
http://www.hongkiat.com/blog/css-scroll-bar/
http://www.codeproject.com/Tips/674478/Customize-Scrollbars-using-CSS3