July 10, 2004

Colour your Website Scroll Bar

I find that most of ppl want the scrollbar to be coloured. so here is the code which can be useful for you. i can expect feedback related to this code.

LINK href="style.css" type=text/css rel=STYLESHEET

INSERT THE above code in your html file in the head tag. put the above code in < and > signs

save the file below as style.css and put it in the same folder as of ur web-site/pages.

body{
scrollbar-face-color:Hex={AE,AE,00};
font-size: 10px;
scrollbar-highlight-color: #FFFFFF;
vertical-align: middle;
scrollbar-shadow-color: #FF0000;
color: #900000;
scrollbar-arrow-color: #FF0090;
scrollbar-base-color: #008080;
scrollbar-dark-shadow-color: #F0000F;
margin-top: 0em; padding: 0em
}

No comments: