Topic: can anyone help me pleazzzzzz

I think your work is just great and there is a problem, I was trying to change the scrollbar color of the whole forums but it doesn't work. I have even tried with the CSS files in the styles folder. but I don't know if I wrote  the code right

here is the code thanks for helping me


<style>
<!--
BODY{
    SCROLLBAR-FACE-COLOR: #cccccc;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #999999;
    SCROLLBAR-3DLIGHT-COLOR: #999999;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
    SCROLLBAR-BASE-COLOR: #999999;
    SCROLLBAR-TRACK-COLOR: #e1e2eb;
}
-->
</style>

Re: can anyone help me pleazzzzzz

What's the point of changing the scrollbar color when it only works in ie?

But, I'll try to help you anyway ;)

Are you sure you put in the current style you were using?

The code seems right though. This is what a generator script gave me:

BODY {
scrollbar-face-color: #cccccc;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #999999;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #999999;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #e1e2eb;
}

Re: can anyone help me pleazzzzzz

Thanks alot, sir it works great now big_smile