Click to See Complete Forum and Search --> : in a scrolling text box or frame how do you do ?


warpedmonkey
01-28-2003, 02:54 PM
how do you change the scroll bar to match the color of the background page...

so if you got a frame inside a orange background with a purple page in the frame but i have a grey scroll bar, so how do i get a purple scroll bar?

Ribeyed
01-28-2003, 02:58 PM
hi,
put this in before you <head> tag:

<style>
BODY {
scrollbar-3d-light-color:#005899;
scrollbar-arrow-color:#cccccc;
scrollbar-base-color:#005899;
scrollbar-dark-shadow-color:#e5f4ff;
scrollbar-face-color:#003a66;
scrollbar-highlight-color:#cccccc;
scrollbar-shadow-color:#0075cc}

</style>

There are possible more parts you can change but i can remember of the top of my head.
hope this helps