Forum Moderators: phranque
He is not very computer literate, and besides doesn't speak English, only Spanish, but I really want to help him. Any suggestions to my friend how to fix it?
Using CSS to colour scrollbars is actually non-standard, and shouldn't really be used, especially since there is a lack of support anyway.
Your friend may also have his/her own personal style sheet which is overriding your scrollbars.
There is a good article here: [w3.org...]
Also, check your syntax in case something has gone awry, something like this:
<style type="text/css">
body, html {
scrollbar-face-color: #C3C;
scrollbar-shadow-color: #336;
scrollbar-highlight-color: #CCF;
scrollbar-3dlight-color: #CFF;
scrollbar-darkshadow-color: #366;
scrollbar-track-color: #3CC;
scrollbar-arrow-color: #FC3;
}
</style>