readysettygo
03-23-2003, 01:03 AM
how do you change the color of the scrollbar? i'm confused in the css explanation.
|
View Full Version : colored scrollbars readysettygo 03-23-2003, 01:03 AM how do you change the color of the scrollbar? i'm confused in the css explanation. indianbean 03-23-2003, 01:22 AM This is the scrollbar css from Lissa's sample, you just place it in the <head> section of your html, oh and change the colors to suit you. <style type="text/css"> body { scrollbar-arrow-color: #ffffff; scrollbar-base-color: #9966ff; scrollbar-dark-shadow-color: #9966ff; scrollbar-track-color: #ff66cc; } </style> zangerbanger 03-23-2003, 02:43 AM http://www.lissaexplains.com/css.shtml |