How do i change the color of my scroll bar for the site that i am creating?
Scroll Bar Color
Collapse
X
-
Scroll bar coloring is not part of any standard and doesn't work and isn't supported on most browsers. Just Google for scroll bar color on how to do that. -
Originally posted by Hendo762How do i change the color of my scroll bar for the site that i am creating?
You use the <STYLE> tag
[HTML]
<style>
body {
scrollbar-base-color: (colour);
scrollbar-arrow-color: (colour);
scrollbar-track-color: (colour);
}
</style>
[/HTML]
This won't work on FirefoxComment
-
idk if that helped, but go here for help:
http://support.invisio nfree.com/index.php?showt opic=292439
take a pickComment
Comment