Click to See Complete Forum and Search --> : Scroll Bar Help


`Anon
03-23-2003, 04:00 AM
How do you create a scroll bar with many colours on it? I can do one that has a colour scheme but how do you do one like this one?

This site here (http://www.outwar.com/page.php?x=566290)

thanks for the help.
Anonymity.

Ribeyed
03-23-2003, 06:41 AM
hi,
Here are a few scrollbar elements you can color.

<style>
BODY {
scrollbar-3d-light-color:#ffcc66;
scrollbar-arrow-color:#9999ff;
scrollbar-base-color:#ff9900;
scrollbar-dark-shadow-color:#000000;
scrollbar-face-color:#ffcc66;
scrollbar-highlight-color:#ff9900;
scrollbar-shadow-color:#000000;
}
</style>

Hope this helps.