Ever seen those different colored scrollbars on Internet Explorer? It's done with style sheets, and it's really pretty easy. Just add the following code between the <HEAD> and </HEAD> (you like my patriotic touch?)
<STYLE TYPE="text/css">
BODY
{
scrollbar-base-color: red;
scrollbar-arrow-color: white;
scrollbar-DarkShadow-Color: blue;
}
</STYLE>
That's all there is to it!
Note this is an Internet Explorer only tag, and it is not allowed in XHTML markup.
Connect with me
Unless otherwise noted, all photos and text is Copyright © Richard G Lowe, Jr.