Spazz 0 Report post Posted March 30, 2005 I would like to know the code for making your own kind of scroolbar. you know modifing its color and stuff like. Share this post Link to post Share on other sites
HmmZ 0 Report post Posted March 30, 2005 If your using CSS: body{ scrollbar-face-color: #color; scrollbar-shadow-color: #color; scrollbar-highlight-color: #color; scrollbar-3dlight-color: #color; scrollbar-darkshadow-color: #color; scrollbar-track-color: #color; scrollbar-arrow-color: #color; } If you just want to edit 1 page: <style>scrollbar-face-color: #color; scrollbar-shadow-color: #color; scrollbar-highlight-color: #color; scrollbar-3dlight-color: #color; scrollbar-darkshadow-color: #color; scrollbar-track-color: #color; scrollbar-arrow-color: #color;</style> experiment with the colors Share this post Link to post Share on other sites
Sprnknwn 0 Report post Posted March 30, 2005 You should know that scrollbar colors don?t work with Firefox and other Mozilla-based browsers. Or so I think. Share this post Link to post Share on other sites
the_furious1 0 Report post Posted March 30, 2005 You should really search the forum first, because there is at least one post that answers you question!! I know that because I made that tutorial! Share this post Link to post Share on other sites
fffanatics 0 Report post Posted April 14, 2005 Yeah CSS works to change the scroll bar of an MSN page but it will not work with Mozilla or Firefox......However, if it enhances your page its prob is good thing to anyway b/c of the maount of people still using MSN. Share this post Link to post Share on other sites
Vacant 0 Report post Posted April 17, 2005 scrollbar colours are something IE made up, so they won't validate either. If you care about that sort of thing. I guess users with firefox will just see the normal ones, so its not that bad really.- Vacant. Share this post Link to post Share on other sites