Ezilon.com - Target Your Audience, be Seen in Your Region

Scrollbar color

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

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
Moderator

He has: 3,303 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