View Full Version : scrollbar
netzebra
09-06-2002, 07:39 PM
Can some one please show me how to have coloured scroll bar please.
Some websites do have coloured scroll bar and I want to know how do they do that:p
thanks
netzebra
whackaxe
09-06-2002, 07:53 PM
scrollbars are done in CSS and only work as from IE5.5(dont know about others)and here is how you do it
BODY
{
scrollbar-3dlight-color : Black;
scrollbar-arrow-color : Fuchsia;
scrollbar-base-color : Green;
scrollbar-darkshadow-color : Blue;
scrollbar-face-color : Gray;
scrollbar-highlight-color : Teal;
scrollbar-shadow-color : Purple;
scrollbar-track-color : Lime;
}
i hope you know how to use CSS :-s
hairynugs6382
09-07-2002, 01:09 AM
Go here to learn about CSS
http://www.w3.org/TR/REC-CSS2/visuren.html#positioning-scheme (http://www.w3.org/TR/REC-CSS2/)
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.