View Full Version : what's wrong????


flirty_angel
01-26-2003, 01:40 AM
ok, I want 2 make my scroll bar have colors and stuff...and I have the code...but when I put it on my page.....nothin' happen...the scroll bar is still boring gray!!!! what's wrong? please help me!!!!

lefty
01-26-2003, 01:41 AM
Mind posting a link to your page and/or the code you're using? We can't do much without seeing what you're trying to do!

flirty_angel
01-26-2003, 01:53 AM
here's the code that I used :{
scrollbar-face-color: dodgerblue;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: dodgerblue;
scrollbar-darkshadow-color: dodgerblue;
scrollbar-shadow-color: #ffffff;
}
and the addy 2 my site is http://bestofaaron.2ya.com

MoshiMishi
01-26-2003, 02:15 AM
it should be
BODY {
scrollbar-base-color:red;
scrollbar-arrow-color:purple;
scrollbar-highlight-color:blue;
scrollbar-3dLight-Color:green;
scrollbar-shadow-color:yellow;
scrollbar-darkshadow-color: orange;
scrollbar-face-color:cyan;
}


except with the colors you want replacing those colors
you forgot "BODY"

flirty_angel
01-26-2003, 02:59 AM
thank u so much!!!!!! I finanlly got it! oh yeah!!!! :)