HOWDOI: Change the Color of My Scrollbars? - Posted (6337 Views)
Average Member
heptite
Posts: 547
547
Question: How do I change the colors of my scrollbar in the forum?
Answer: One way of generating the code you'll need to change the colors in your scrollbar is located here:

http://www.stickysauce.com/dhtmlbar/index.php

Using this generator you get something like this:


<STYLE type="text/css">
BODY
{
scrollbar-arrow-color: black;
scrollbar-track-color: #660099;
scrollbar-face-color: #6666CC;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
scrollbar-darkshadow-color: black;
scrollbar-shadow-color: black;
}
</STYLE>

Place this snippet in inc_top.asp to have it show on most of your pages.<