|
Post by Dreamreaver on Sept 12, 2004 1:03:55 GMT -5
I see this asked in Support all the time. How do I get a colored scrollbar? Well its quite simple actually. Here is the code for it. Configure the code using your own hex colors. For a preview of how this code works check out the scrollbar on my site here<style> <!-- BODY { scrollbar-base-color: 1e1e1e; scrollbar-arrow-color: 5e5c5c; scrollbar-face-color: 1e1e1e; scrollbar-track-color: 5e5c5c; scrollbar-shadow-color: 000000; scrollbar-highlight-color: 5e5c5c; scrollbar-dark-shadow-color: 1e1e1e; scrollbar-3d-light-color: 1e1e1e; } --> </style>
|
|