PDA

View Full Version : colored scroll bars



olmanshado
February 7th, 2002, 07:21 AM
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

eyezberg
February 7th, 2002, 02:33 PM
Works on IE 5.5+ only, no workaround that i know of.
Example (this goes in the head section of your page):


[!--
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;
}
--]


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

olmanshado
February 12th, 2002, 08:20 AM
muchas gracias

eyezberg
February 13th, 2002, 03:38 PM
de nada, hombre! que te sale bien