lemmyz posted this at 23:49 — 19th July 2004.
They have: 7 posts
Joined: Apr 2004
Is there anyway i can customize (change color or transparency) the scrollbars of a page?
AyntRyte posted this at 02:22 — 20th July 2004.
He has: 145 posts
Joined: Jun 2004
And I thought that fad was over
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 posted this at 04:25 — 20th July 2004.
He has: 3,348 posts
Joined: Jul 2001
Leave my scrollbars alone!
IE only, no. I think it also works in Konqueror and possibly some other Mac browsers.
Touchdown posted this at 14:42 — 23rd July 2004.
They have: 9 posts
Joined: Jul 2004
I agree. Stay away!
druagord posted this at 16:41 — 23rd July 2004.
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.
AyntRyte posted this at 02:22 — 20th July 2004.
He has: 145 posts
Joined: Jun 2004
And I thought that fad was over
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 posted this at 04:25 — 20th July 2004.
He has: 3,348 posts
Joined: Jul 2001
Leave my scrollbars alone!
IE only, no. I think it also works in Konqueror and possibly some other Mac browsers.
Touchdown posted this at 14:42 — 23rd July 2004.
They have: 9 posts
Joined: Jul 2004
I agree. Stay away!
druagord posted this at 16:41 — 23rd July 2004.
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.