Page 1 of 1

Scrollbar CSS design problem

Posted: Thu Jan 13, 2005 4:22 pm
by Calimero
I want my scrollbars to have certain color, shading.... and I used some code that realy did the job perfectly.

Now I put the same part of code - 6 moths later: exactly the SAME and it does not work on window it self, only on the textarea.

And DevNetwork scrollbar works fine :?: :?: :?:

Any ideas where to start digging.

Thanks Ahead :!:

Posted: Thu Jan 13, 2005 4:34 pm
by feyd
please post the CSS you have now.

Posted: Fri Jan 14, 2005 6:57 am
by Chris Corbyn
Your CSS likely contains classes (i.e. ".someStyle{}") take the code for the scrollbar and create a new style "body{//Paste the code in here}"

Note the lack of the dot "."

Should work :-D