Visitor

Reads - CSS Tutorials

What the heck is CSS, anyway? I don't understand a CSS document! How do I apply CSS style sheets? How do I customize lists? How can I customize the scrollbar? How do I insert comments in my CSS document?

How can I customize the scrollbar?

CSS scrollbars are only compatible with Internet Explorer. Here's the code to customize certain properties of your scrollbar by replacing '###' by the color of your choice: <style> body { scrollbar-3dlight-color: ###; scrollbar-arrow-color: ###; scrollbar-track-color: ###; scrollbar-darkshadow-color: ###; scrollbar-face-color: ###; scrollbar-highlight-color: ###; scrollbar-shadow-color: ### } </style>