I'm new to scripting so this may be painful.
I have created a JavaScript/HTML/CSS page.
In the CSS code I set the colors for the scroll bars:
* {scrollbar-arrow-color:#000}
* {scrollbar-face-color: #697210}
these are the default colors.
In the HTML code I can use this same thing should I need to change
the colors without changing the style sheets(CSS)
Problem is that when I open this same document in Mozilla, I have no control
over the scrollbars. The frame that I'm use is dynamic both horizontally and vertically. Mozilla throws two blue bars up. How do I get control of these bars and how do I change their color.
Please remember I'm new. (explain it to a child)
Thank in advance.
I have created a JavaScript/HTML/CSS page.
In the CSS code I set the colors for the scroll bars:
* {scrollbar-arrow-color:#000}
* {scrollbar-face-color: #697210}
these are the default colors.
In the HTML code I can use this same thing should I need to change
the colors without changing the style sheets(CSS)
Problem is that when I open this same document in Mozilla, I have no control
over the scrollbars. The frame that I'm use is dynamic both horizontally and vertically. Mozilla throws two blue bars up. How do I get control of these bars and how do I change their color.
Please remember I'm new. (explain it to a child)
Thank in advance.
Comment