Hi,
I know I can change the layout (Color) of the scrollbar with:
BODY {
scrollbar-face-color: #C0C0C0;
scrollbar-arrow-color: #000000;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #C0C0C0;
scrollbar-shadow-color: #CEE916;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #E0E0E0;
}
But on some sites the scrollbar appears like an image is used (grid or little stipes) for the track. Is there somebody who knows how that is done?
Thanks in advance