buffyfan
07-04-2003, 05:45 PM
how can i change the colour of my scroll bar on my sitE?
|
View Full Version : how can i change the colour of my scroll bar? buffyfan 07-04-2003, 05:45 PM how can i change the colour of my scroll bar on my sitE? Lemon Squash 07-04-2003, 06:03 PM <style type="text/css"> scrollbar-face-color : #000000; scrollbar-highlight-color : #000000; scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000; scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000; scrollbar-arrow-color : #000000; } </style> Put that between your <head> tags and change the #000000's to the colour you want. buffyfan 07-04-2003, 06:09 PM cool thankx |