|

Here's the easiest way yet to make a colored
scroll bar. You just insert one value into the code, and it's all
done automatically for you!
Here's the code. Copy and paste it and put it into the BODY
section of your page:
<script>
//changes color of scrollbar bases from Roxydoll12
document.body.style.scrollbarBaseColor="FF0000"
</script>
Where I put in FF0000 (red) put in the color you want to be the
color of your scrollbar. Enjoy! |