Wednesday 20 June 2012

Javascript Code: Make your scrollbar colorful


You can change the color of the scroll bar to whatever color that you want, this code is useful to make your website fancy

<STYLE>BODY {
SCROLLBAR-FACE-COLOR: red; SCROLLBAR-HIGHLIGHT-COLOR: gray;

SCROLLBAR-SHADOW-COLOR: black; SCROLLBAR-ARROW-COLOR: gray;

SCROLLBAR-TRACK-COLOR: black; SCROLLBAR-DARKSHADOW-COLOR: red
}
</STYLE>

0 comments:

Post a Comment