All you have to do is insert this into your .CSS stylesheet file, and you can alter the right side scrollbar color (only works in Internet Explorer Browsers). Just replace the #000000 with the hex colors you want! You can find the color you want using the Color Schemer

Code:
body {
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color:#000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #000000;
}
If you enjoyed this tutorial, we suggest you register on our forums and post an introduction!