Colored scroll bars

whats up all. my question is…some sites have different colors on their scroll bars. i knew the code but forgot it. does anyone know the code? and also i know that it doesnt work for every browser. is there anyway around that?

thank you…

www.dreamersvision.com

Works on IE 5.5+ only, no workaround that i know of.
Example (this goes in the head section of your page):

[STYLE type=“text/css”]
[!–
BODY {
scrollbar-face-color: #0033FF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #0066FF;
scrollbar-darkshadow-color: #003399;
scrollbar-shadow-color: #3300CC;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #0033FF;
}
–]
[/STYLE]

(replace square brackets by the correct ones! change the hex colors to whatever you want…)

muchas gracias

de nada, hombre! que te sale bien