Learn HTML step-by-step from A to Z or improve your professional skills.  Home HTML and CSS Tutorials Scrollbar Colouring
Your Ad Here

Scrollbar Colouring


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.

Author's URL: Ian
Thank you for voting.
Rate this Materials:
Bad 
1 2 3 4 5 Excellent
print this page subscribe to newsletter subscribe to rss

HTML is Hyper Text Markup Language that is used to make hypermedia and hypertext documents for the Web. More HTML and CSS: Most Popular Materials | Fresh Materials | More HTML Tutorials at Markuptutorials.com

Add comments to "Scrollbar Colouring"

Only registered users can write comment

No comments yet...