Scroll Bar Colour

C

carmen

Sure, insert the following between your <HEAD> tags and
edit the colors as you wish:

<STYLE TYPE="text/css">
BODY
{
scrollbar-base-color: #005a94;
scrollbar-arrow-color: white;
scrollbar-DarkShadow-Color: blue;
scrollbar-Shadow-Color : purple;
scrollbar-Face-Color: white;
scrollbar-Highlight-Color: orange;
scrollbar-Track-Color: #005a94;
}
</STYLE>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top