If you really want to use this, it should be applied to the html tag.
There is an extension at www.dreamlettes.com
--
Nadia
~~~~~~~~~~~
Dreamweaver Templates:Web Tools
http://www.DreamweaverResources.com
"FREE" & Commercial NavBar Menu Sets
Ecommerce-Shopping Cart
Search Engine Tips & Tricks (SEO)
--------------------------------------
"Capt. Verde" <steve (AT) capt-verde (DOT) net> wrote
Quote:
Howdy, I've attached a code snippit that if inserted into the <body
/body> section of your page will color your scroll bars, just modify the
|
colors as you need. I should mention however that this coloring of scroll
bars only affects IE...and then only IE5 and later I believe. Other browsers
will not change color.
Quote:
BODY{
scrollbar-highlight-color:#787878;
scrollbar-shadow-color:#4F4F4F;
scrollbar-track-color:#565652;
scrollbar-face-color:#666666;
scrollbar-arrow-color:#999999;
scrollbar-darkshadow-color:#000000;
scrollbar-3dlight-color:#565652;
} |