Your Ad Here

Posted By

fugue on 12/29/06


Tagged


Versions (?)

Who likes this?

7 people have marked this snippet as a favorite

tavo
vali29
aziz
stoker
lorix
asturi
Bluewall


Scrollbar properties


 / Published in: CSS
 

Not recommended, but sometimes a client can't be convinced otherwise.

  1. body {
  2. scrollbar-face-color: #cc0000;
  3. scrollbar-base-color: #000000;
  4. scrollbar-arrow-color: #ffffff;
  5. scrollbar-highlight-color: #999999;
  6. scrollbar-3d-light-color: #cccccc;
  7. scrollbar-shadow-color: #666666;
  8. scrollbar-dark-shadow-color: #333333;
  9. }

Report this snippet  

You need to login to post a comment.