Click to See Complete Forum and Search --> : scrollbar color


zuzupus
07-14-2003, 05:24 AM
hi,
im using IE5.0 and when im tryign to change color in scrollbar as well as text area
when i used ur class seperately like this
.mybar{
scrollbar-arrow-color:red;
scrollbar-base-color:blue;
scrollbar-3d-light-color:white;
scrollbar-darkshadow-color:black;
scrollbar-lightshadow-color:green;
scrollbar-face-color:cyan
}
and call this class on text area its not working moreover when i put in body
body {
background-color: rgb(255, 255, 255);
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12pt;
color: rgb(80, 80, 80);
scrollbar-arrow-color:red;
scrollbar-base-color:blue;
scrollbar-3d-light-color:white;
scrollbar-darkshadow-color:black;
scrollbar-lightshadow-color:green;
scrollbar-face-color:cyan

}

no effect on form as well as text area

thanks in advance

David Harrison
07-14-2003, 01:24 PM
Try this:

body, .mybar{
scrollbar-arrow-color:red;
scrollbar-base-color:blue;
scrollbar-3d-light-color:white;
scrollbar-darkshadow-color:black;
scrollbar-lightshadow-color:green;
scrollbar-face-color:cyan}

body{
background-color: rgb(255, 255, 255);
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12pt;
color: rgb(80, 80, 80);}

gizmo
07-14-2003, 03:37 PM
You can see colored scrollbars on www.circlesestateagents.com :)

Mr J
07-14-2003, 05:10 PM
It only works from IE5.5+

gizmo
07-15-2003, 07:07 AM
That's right, it's not W3C standard but one of MS's many attempts at bastardising it. :rolleyes: