View Full Version : Colored Scrolling Bar??


Arin1
01-26-2003, 06:04 PM
How do i color my scrolling bar?

Alcy
01-26-2003, 06:11 PM
http://www.lissaexplains.com/css.shtml or http://www.lissaexplains.com/forum/showthread.php?s=&threadid=25171&highlight=scrollbar+colour ;)

CCSara3169
01-26-2003, 09:41 PM
Or if you want it to be easier for you...

www.layoutland.net >> Generators >> Scrollbar

Arin1
01-27-2003, 08:15 PM
well i went to one of the sites and but my color codes in then when i put it in my notepad and saved it the bar wasnt different.
check my code please..

<!--<STYLE type="text/css">

BODY {
scrollbar-face-color: 000088;
scrollbar-highlight-color: 000077;
scrollbar-3dlight-color: 000066;
scrollbar-darkshadow-color: 000044;
scrollbar-shadow-color: 000055;
scrollbar-arrow-color: 000033;
scrollbar-track-color: 000099;
}
-->
</STYLE>

Dude128
01-27-2003, 08:21 PM
the <!-- should be after the <style> tag. when its before it, it comments out the whole style sheet :)