View Full Version : colored scrollbars????
jay-em
September 17th, 2003, 12:23 AM
How do I get colored scrollbars on a site? Can this be done using FrontPage?
Thanks
____jMkM:x
DDD
September 17th, 2003, 12:52 AM
it is done with css
like this:
.mybars {
scrollbar-3dlight-color : Black;
scrollbar-arrow-color : Fuchsia;
scrollbar-base-color : Green;
scrollbar-darkshadow-color : Black;
scrollbar-face-color : Blue;
scrollbar-highlight-color : Blue;
scrollbar-shadow-color : Blue;
scrollbar-track-color : Green;
}
Play with the colors....these colors will produce horrendous results....use better colors.
As always older browsers have problems with css but I believe this is ie 5.5 and NS 6 and above
jay-em
September 17th, 2003, 09:41 AM
Thanks alot iva!!
:h: ---- jMkM
prstudio
September 17th, 2003, 10:13 AM
this should explain it yo!
http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/scrollbarColor.htm
mlk
September 17th, 2003, 11:01 AM
here's a nice gotta-bookmark-it site for scrollbars - does it for you !: http://www.g2gk.com/scrollbar/
jay-em
September 18th, 2003, 08:56 AM
That site ROCKS !!!!
Thank mlk!!
____:bu: jMkM
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.