
[b]edited[/b]
this is only a simple code that i search in google and i found this codes in a site (i forgot what is that site)

okey then this is just simple, if you notice that if you validate your css file in [url]http://jigsaw.w3.org/css-validator/[/url] the scroll bar always got some errors, insted of applying it in css why not in js?
heres the code:
[quote]document.body.style.scrollbarArrowColor=' [color=red] [b]#FF6600[/b] [/color] '
document.body.style.scrollbarDarkShadowColor='[color=red][b]#4D4D4D[/b][/color]'
document.body.style.scrollbarFaceColor='[color=red][b]#4D4D4D[/b][/color]'
document.body.style.scrollbarHighlightColor='[color=red][b]#000000[/b][/color]'
document.body.style.scrollbarShadowColor='[color=red][b]#000000[/b][/color]'
document.body.style.scrollbar3dlightColor='[color=red][b]#4D4D4D[/b][/color]'
document.body.style.scrollbarBaseColor='[color=red][b]#4D4D4D[/b][/color]'
document.body.style.scrollbarTrackColor='[color=red][b]#B3B3B3[/b][/color]'[/quote]
just change those red text in your own hex colors.
[b]note:[/b]
if you want some hex colors you can find them below link
[url]http://friendster-tweakers.com/resources/hex-colors/[/url]
[url]http://w3schools.com/css/css_colors.asp[/url]
when you're done put it in your js extension
Last edited by cip6192 (2007-09-07 18:09:59)