27-10-2008

CSS/(X)HTML Scrollbar CSS

CSS for scrollbars. Works in Internet Explorer only. Other browsers / w3c don't recognize and ignore these specifications 

body{
    scrollbar-arrow-color:#eee;
    scrollbar-track-color:#eee;
    scrollbar-face-color:#000061;
    scrollbar-highlight-color:#F2F2FF;
    scrollbar-3dlight-color:#F2F2FF;
    scrollbar-darkshadow-color:#B3B3FF;
    scrollbar-shadow-color:#B3B3FF;
}

Comments:

Your comment:

»

 

[x]