Colored Scrollbars Internet Explorer 5.5 or higher.

As of Microsoft® Internet Explorer 5.5, DHTML documents are no longer restricted to the Microsoft® Windows operating system's standard gray scrollbars. You can now specify scroll bar colors using style sheets.

You can also use this feature to create coordinated themes for your documents, with scroll bar colors that match the rest of the document.

Please note that this is not an extension. From here you can preview the colored scrollbar LIVE, copy the code, and paste it in your HTML document.

Select a theme and/or use the controls on the left portion of this window to modify the scrollbars. The code used to generate the colored scrollbar is shown on the right.

Home

Select a theme

scrollbar-3dlight-color

scrollbar-arrow-color

scrollbar-base-color

scrollbar-darkshadow-color

scrollbar-face-color

scrollbar-highlight-color

scrollbar-shadow-color

<HTML>
<HEAD>
<STYLE TYPE="text/css">
<!--
    BODY {
           background-color:;
           color:;
           scrollbar-3dlight-color:;
           scrollbar-arrow-color:;
           scrollbar-base-color:;
           scrollbar-darkshadow-color:;
           scrollbar-face-color:;
           scrollbar-highlight-color:;
           scrollbar-shadow-color:;}
-->
</STYLE>

</HEAD>
<BODY>
 <P>page content goes here</P>
</BODY>
</HTML>


You can also enter Hex codes instead of color after copying the code.
Eg. scrollbar-face-color:#FF00FF;
StoreFront 5.0 for Dreamweaver Fatgalah Web Hosting