Scrollbar color

They have: 7 posts

Joined: Apr 2004

Is there anyway i can customize (change color or transparency) the scrollbars of a page?

AyntRyte's picture

He has: 145 posts

Joined: Jun 2004

And I thought that fad was over Smiling

Simple CSS does it:

BODY {
scrollbar-face-color:#FF0000;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#0080FF;
}

Works in IE only. (right?)

\\// Robert

The grass is always greener on the other side -- but that's because they use more manure.

Abhishek Reddy's picture

He has: 3,348 posts

Joined: Jul 2001

Leave my scrollbars alone! Wink

IE only, no. I think it also works in Konqueror and possibly some other Mac browsers.

They have: 9 posts

Joined: Jul 2004

I agree. Stay away! Smiling

druagord's picture

He has: 335 posts

Joined: May 2003

For your info on mac it doesn't work in IE, Mozilla or safari

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.