Zumoro
04-10-2007, 02:34 PM
Okay, i'm trying to colour the scrollbar in IE so it'll match the colour scheme of my site.
body
{
background-image: url('maingradient.gif');
background-repeat: repeat-x;
background-attachment: fixed;
bgcolor: #ccaa00;
scrollbar-3dlight-color: #ffdd00;
scrollbar-arrow-color: #444400;
scrollbar-base-color: #aaaa00;
scrollbar-darkshadow-color: #888800;
scrollbar-face-color: #aaaa00;
scrollbar-highlight-color: #dddd00;
scrollbar-shadow-color: #aacc00;
scrollbar-track-color:#666600;
}
for some reason it won't work, and i'm testing it in IE 6!
any ideas?
(if it helps, here (http://www.freewebs.com/pyramidia) is a link to my site)
body
{
background-image: url('maingradient.gif');
background-repeat: repeat-x;
background-attachment: fixed;
bgcolor: #ccaa00;
scrollbar-3dlight-color: #ffdd00;
scrollbar-arrow-color: #444400;
scrollbar-base-color: #aaaa00;
scrollbar-darkshadow-color: #888800;
scrollbar-face-color: #aaaa00;
scrollbar-highlight-color: #dddd00;
scrollbar-shadow-color: #aacc00;
scrollbar-track-color:#666600;
}
for some reason it won't work, and i'm testing it in IE 6!
any ideas?
(if it helps, here (http://www.freewebs.com/pyramidia) is a link to my site)