» 
CSS - Scrollbars
hello, i have been web designing for about a year now and have never come across this before.
i'm trying to change the colours of my scrollbar and i'm having no luck.
i have done this before with no problems. now some places the scrollbars will change like textarea's. but not the whole page.
BODY {
scrollbar-arrow-color : #000000;
scrollbar-face-color : C4C4C4;
scrollbar-highlight-color : 000000;
scrollbar-3dlight-color : C4C4C4;
scrollbar-shadow-color : 000000;
scrollbar-darkshadow-color : C4C4C4;
scrollbar-track-color : C4C4C4;
}
that is the exact code im using.
if anyone has any idea in to why this isn't working PLEASE let me know.
Thx Dan.
|