HOWDOI: Change the Color of My Scrollbars?

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/21867?pagenum=1
04 November 2025, 10:37

Topic


heptite
HOWDOI: Change the Color of My Scrollbars?
28 January 2002, 07:35


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.<

 

© 2000-2021 Snitz™ Communications