PDA

View Full Version : How to change the scrollbar


cb49747
09-13-2006, 04:16 PM
I'm trying to change the color of the scroll bar on my forum.

I went into the style manager and under the Body (Customized in this Style) I enter the below code in the Extra CSS Attributes


scrollbar-face-color: "#3A2719";
scrollbar-highlight-color: #B09E70;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #DEE3E7;
scrollbar-arrow-color: #F7EDD8;
scrollbar-track-color: #A28752;


Yet the scrollbar has not changed. I have doubled checked, and I am changing the same template that I'm viewing.

Any sugestions?

ok I figured it out.

I needed to go and enter the following

/* scroll bars */
html {
scrollbar-face-color: #3A2719;
scrollbar-highlight-color: #B09E70;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #DEE3E7;
scrollbar-arrow-color: #F7EDD8;
scrollbar-track-color: #A28752;
}

in the Additional CSS Definitions box.