How to change HTML's scrollbar color...any script?

How to change HTML's scrollbar color...any script?
[65 byte] By [kenni81] at [2007-9-26 1:24:46]
# 1
you can do that by stylesheet.scrollbar-3d-light-color : Aqua;scrollbar-base-color : Black;scrollbar-arrow-color : White;
pernica at 2007-6-29 1:05:21 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Do you have any samples...can post to mi or email mi at kenni81@yahoo.com.sg
kenni81 at 2007-6-29 1:05:21 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Just to your code write<html> .... <body style="scrollbar-3d-light-color : Aqua; scrollbar-base-color : Black; scrollbar-arrow-color : White">...</body></html>or u can use stylesheets
pernica at 2007-6-29 1:05:21 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
still the same old grey scrolll bar....hmm
kenni81 at 2007-6-29 1:05:21 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...