Scroll bars are all the same color need to adjust to program pages on our website server.
In creating pages for our website we use multiple backgrounds with coordinating scroll bar colors. When on our server all scroll bars are gray in color. This prevents us from setting up the colors we need.
In creating pages for our website we use multiple backgrounds with coordinating scroll bar colors. When on our server all scroll bars are gray in color. This prevents us from setting up the colors we need.
All Replies (1)
Firefox's scroll bars follow the platform (OS) conventions and do not have hooks for styling in unprivileged (web) code. If this is a critical need for you, you will have to use JavaScript to replace the native scroll bars with custom ones.