Scrollbar Tutorial



Here is an image of what each of the part of the scrollbar is:




This is the whole scrollbar coding:

<style>
//
*{}
body{
scrollbar-face-color:COLORGOESHERE;
scrollbar-shadow-color:COLORGOESHERE;
scrollbar-highlight-color:COLORGOESHERE;
scrollbar-3dlight-color:COLORGOESHERE;
scrollbar-darkshadow-color:COLORGOESHERE;
scrollbar-track-color:COLORGOESHERE;
scrollbar-arrow-color:COLORGOESHERE;}
</style>


Put the color that you want each part of the scrollbar to be where it says COLORGOESHERE. You can use a color name like "blue" or a color hex code like #00FF00.