Thread: HTML?
View Single Post
Old 02-21-2003, 10:00 AM   #2
perth
Strong Silent Type
 
Join Date: Mar 2002
Location: Fort Collins, CO
Posts: 1,949
changing the scrollbar color is done via css.

scrollbar-base-color: #000000;
scrollbar-track-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;

replace the hex codes with whatever colours you want and youre off and running.

if you know html pretty well, but are not familiar with css, look into it. its really a lot of fun and you can do a lot to customise the look and feel of your website. suggestion: build one website and see how it looks using multiple different stylesheets. fun for the whole family.

~james

Last edited by perth; 02-21-2003 at 10:03 AM.
perth is offline   Reply With Quote