Welcome to the OzoneAsylum FaqWiki
Frequently Asked Questions
CSS

How do I change the scrollbar colors? Pages that link to <a href="https://ozoneasylum.com/backlink?for=5000" title="Pages that link to How do I change the scrollbar colors?" rel="nofollow" >How do I change the scrollbar colors?\

Its a simple piece of code but it only works in IE. Here is the code as used here:

code:
body {
scrollbar-face-color: #320808;
scrollbar-highlight-color: #320808;
scrollbar-shadow-color: #993300;
scrollbar-3dlight-color: #993300;
scrollbar-arrow-color: #ef750e;
scrollbar-track-color: #240000;
scrollbar-darkshadow-color: #000000;
}



---------------------
Relevant links:

The Simple I.E. Color ScrollBar Tutorial - Gurus Network Quick Tip

Colored Scrollbars - CSS Generator - Gurus Network Utility

Iframe scrollbar - kuckus has prepared an example using an iframe too

---------------------
Relevant FAQs:

Why don\'t my scrollbar colours show up on my site anymore?

---------------------
Relevant notes:

As of the time of writing this FAQ was number 1 at Google for the terms scrollbar, colours.

____________________
Emperor

(Added by: Emperor on Thu 23-May-2002)

(Edited by: Emperor on Fri 18-Oct-2002)

(Edited by: kuckus on Wed 18-Dec-2002)

(Edited by: meelio on Wed 18-Feb-2004)

« BackwardsOnwards »

Show Forum Drop Down Menu