View Full Version : Scroll bar appearance?
AlabamaMan
April 21st, 2001, 06:19
How do you guys change the color of the scroll bars in Internet Explorer? Use CSS?
LeX
April 21st, 2001, 07:46
Yup. But it only works with IE5.5 and up.
LeX
April 21st, 2001, 07:50
Here's the code if you're interested:
<STYLE>
BODY
{
scrollbar-face-color:COLOR;
scrollbar-track-color:COLOR;
scrollbar-shadow-color:COLOR;
scrollbar-darkshadow-Color:COLOR;
scrollbar-highlight-color:COLOR;
scrollbar-3dlight-color:COLOR;
scrollbar-arrow-color:COLOR;
}
</STYLE>
AlabamaMan
April 21st, 2001, 09:09
Thank you very much!
Time to update my webpages. There are over 100 of them!!!!!
bigperm
April 21st, 2001, 14:54
I hope they are all linked to an external style sheet... That way you would only have to change a little bite of code on one file.
If you have to go through all of them, that will suck.
((Add))
http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/scrollbarColor.htm
That is a neat site that shows what your scrollbar colors will look like, and makes the code for you.
kojiro
April 24th, 2001, 16:10
thanks I needed that
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.