Scrollbar Test


Home >> How to customize the scrollbar in your web page

Since Scrollbar Customization works only in Internet Explorer, you need to use IE to be able to see this page's customized scrollbar.

Here's the CSS Code for this page's customized scrollbar(you may use it if you want, of course, for free):
Code:
body, html {
scrollbar-face-color: #4293E4;
scrollbar-track-color: #607183;
scrollbar-arrow-color: #FFFFFF;
scrollbar-shadow-color: #527AA8;
scrollbar-darkshadow-color: #374A5F;
scrollbar-highlight-color: #B4D8FC;
scrollbar-3dlight-color: #73AAE9;
}



3 comments: