Changing The Scroll Bar Color? - NBS






 

 

Changing The Scroll Bar Color? - NBS

View Full Version : Changing The Scroll Bar Color?


ShadowXOR
10-Jan-2003, 02:45 AM
I'm making a skin and would like to change the scroll bar color. I know how to do this on a website, but how would I do it on a skin. I would want it to change the big scroll bar in their browser window as well as the small scrollbar to the right of the text you type when making a new post. Any ideas?

The_Altered1
10-Jan-2003, 02:52 AM
yup, in the board wrapper place this after the last /title tag

<STYLE>
<!--BODY{scrollbar-face-color:#3D2D28;
scrollbar-arrow-color:#CCCC00;
scrollbar-track-color:#60524B;
scrollbar-shadow-color:#111111;
scrollbar-highlight-color:#78584F;
scrollbar-3dlight-color:#111111;
scrollbar-darkshadow-Color:#111111;}-->
</STYLE>

go ahead and just adjust the hexidecimal color codes to fit your board
Note: this will effect all scrollbars in the forum as well :D


Enjoy!!!

ShadowXOR
10-Jan-2003, 03:00 AM
Originally posted by The_Altered1@Jan 10 2003, 02:52 AM--><div class='quotetop'>QUOTE(The_Altered1 @ Jan 10 2003, 02:52 AM)</div><div class='quotemain'> yup, in the board wrapper place this after the last&nbsp; &nbsp; /title&nbsp;&nbsp; tag

<STYLE><!--BODY{scrollbar-face-color:#3D2D28;scrollbar-arrow-color:#CCCC00;scrollbar-track-color:#60524B;scrollbar-shadow-color:#111111;scrollbar-highlight-color:#78584F;scrollbar-3dlight-color:#111111;<!--QuoteEBegin
</STYLE>

go ahead and just adjust the hexidecimal color codes to fit your board
Note: this will effect all scrollbars in the forum as well&nbsp; :D


Enjoy!!!
Yeah I already have the colors and code ready I just wasn't sure where to put it. Thanks.

Fierce Deity
10-Jan-2003, 04:33 AM
you can do it in your style sheets page to, using ccs, or css (I can never remember which one it is):

body { scrollbar-3dlight-color: #6699CC; scrollbar-highlight-color: #BBBBBD; scrollbar-face-color: #3D8861; scrollbar-arrow-color: #000000; scrollbar-shadow-color: #3D8861; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #000000 }

~*Fury*~
14-Feb-2003, 08:39 PM
oooo

me like this feature.

thankyou thankyou thankyou.

it finishes the boards off..... :woot:

(skin 3 is nearly complete...) :woot:

:blush: (i'm on a roll)