Full version: jsB@nk » Snippet » Scrollbar Style
URL: https://www.javascriptbank.com/scrollbar-style.html
This JavaScript is simple style CSS that allows the user to change the color and shadow properties of the scrollbar. The example here gives a blue background with whtie scrollbar face
Full version: jsB@nk » Snippet » Scrollbar Style
URL: https://www.javascriptbank.com/scrollbar-style.html
<style type="text/css">body { scrollbar-face-color: white; scrollbar-shadow-color: #00000; scrollbar-highlight-color: #006dbf; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: black; scrollbar-track-color: #010b6f; scrollbar-arrow-color: #0000dd }</style><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->