Hy,
I have a problem ... I'm designing a new template and I need to have colorized scrollbars.
I tried to insert the css codes in the css files but nothing happen, any ideas?
this is my css code for the body.
body {
scrollbar-face-color:#FFF6FE;
scrollbar-highlight-color:#99BAE3;
scrollbar-3dlight-color:#99BAE3;
scrollbar-darkshadow-color:#99BAE3;
scrollbar-shadow-color:#FFF6FE;
scrollbar-arrow-color:#FFF6FE;
scrollbar-track-color:#C6DEFF;
}
you can see i
here
Thanks