View Full Version : Scroll Box Help Please :)


cookiefairy
05-03-2008, 11:01 PM
Hiya!
I was just wondering if anyone knew how to change the scroll bar background and/or color on a code for my user?
ASAP help would be totally appreciated!
~ Cookiefairy
:mickey:

iLoveTheRain
05-04-2008, 12:27 PM
<style>
scrollbar-arrow-color:000000;scrollbar-Track-Color:FFFFFF;scrollbar-Highlight-Color:000000;scrollbar-base-color:FFFFFF;scrollbar-Face-Color:FFFFFF;scrollbar-Shadow-Color:000000;scrollbar-DarkShadow-Color:FFFFFF;}
</style>

Just change the color hex codes to what you desire.

cookiefairy
05-04-2008, 05:07 PM
Thank you so much! Exactly what I was looking for!