[CSS] Colored/Styled Scrollbar
-
I have a text area/box where I have parameters set and using the ‘overflow: auto’ css style am able to get the scrollbar i wanted. now, how do i modify the colours/style of the scrollbar itself?
the traditional
{scrollbar-face-color: #FF0000;
scrollbar-shadow-color: #0000FF;
scrollbar-highlight-color: #00FF00;
scrollbar-3dlight-color: #FF00FF;
scrollbar-darkshadow-color: #00FFFF;
scrollbar-track-color: #FFFF00;
scrollbar-arrow-color: #000000;
}does not work in firefox which is what i’m using.
they have -mozkit-scrollbars and -webkit-scrollbars but i don’t think i’m using them right ’cause i believe those are supposed to work but i can’t get it working. any help?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[CSS] Colored/Styled Scrollbar’ is closed to new replies.