buffyfan
07-06-2003, 01:08 PM
how do i change the colour of my scrollbar on my site?
|
View Full Version : how do i change the colour of my scollbar? buffyfan 07-06-2003, 01:08 PM how do i change the colour of my scrollbar on my site? The master 07-06-2003, 01:25 PM here's the code: <style> <!-- BODY{ scrollbar-face-color:#75EA00; scrollbar-arrow-color:brown; scrollbar-track-color:#EEEEEE; scrollbar-shadow-color:''; scrollbar-highlight-color:#''; scrollbar-3dlight-color:''; scrollbar-darkshadow-Color:''; } --> </style> just change the colors to what you want and insert the code in the <head> sections of your site. buffyfan 07-06-2003, 02:39 PM thankx :D |