Scrollbar CSS design problem

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
Calimero
Forum Contributor
Posts: 310
Joined: Thu Jan 22, 2004 6:54 pm
Location: Milky Way

Scrollbar CSS design problem

Post 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 :!:
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

please post the CSS you have now.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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
Post Reply