Vectorials
Flash Perfection
3D Lessons
Tutorialkit
Markup Tutorials
Learn PHP
network
adv banner
HTML and CSS  Home HTML and CSS Tutorials Scrollbar Colouring
rss

Scrollbar Colouring

Author: Ian More by this author


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).

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;
}

scrollbar Explained

Note This effect only works in Internet Explorer.


Rate this Material: Bad 1 2 3 4 5 Excellent
print this page tell a friend subscribe to newsletter subscribe to rss

Add comments to "Scrollbar Colouring"