Using CSS you can change the colours of scrollbars that appear at the
edge of pages, text areas and frames. The below CSS defines these
colours. Different parts of the scrollbar have different names
(explained below). To change the colours simply change the 6 digit
colour code (#000000 in the example).
Note This effect only works in Internet Explorer.
body {
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color:#000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #000000;
} |
![]() |
Note This effect only works in Internet Explorer.

10 Random HTML and CSS Tutorials :
10 Random Markuptutorials.com Materials:














