Topic: scrollbar color
Hi,
I want to change the color of scrollbar. In html files I'm used in puting this script:
BODY {
scrollbar-face-color: #FFCE01;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #000000;
}
I put this script in the css file but it had no effect.
Can I use this script with punbb. If yes, where and in which file do I have to put it to make it work?
Thanksfully,
Ludo