Scrollbar Colors
The picture above helps you decide where and how you want your scrollbar to look. Below is the code. Just copy and paste it and customize it to your needs.
Check out my scrollbar
pre-sets
if you don't want to do your own.
<style type="text/css"> body { scrollbar-face-color : #000000; scrollbar-highlight-color : #000000; scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000; scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000; scrollbar-arrow-color : #FFFFFF; } </style>
Rate this Tutorial!
Back