Frequently asked questions (FAQ)
How can I change the colour of the scrollbars in my weblog?
To change the colour of the scrollbars add the following into the CSS right
at the beginning (use the "Expert: CSS" mode for this):
html {
scrollbar-DarkShadow-Color: #0000FF;
scrollbar-Track-Color: #000000;
scrollbar-Face-Color: #000000;
scrollbar-Shadow-Color: #000000;
scrollbar-Highlight-Color: #000000;
scrollbar-3dLight-Color: #0000FF;
scrollbar-Arrow-Color:#FFFFFF;
}
The hex-values for the colours have to be adjusted to your weblog design, of
course.
Please note: the different colour for the scrollbars is only
displayed by the Internet Explorer v 6.0.