Forum Moderators: not2easy
I'm having trouble getting the scrollbar in an iframe to be a different colour than the standard grey....
This is the site: <snip>
Here's the css:
body {
background-image: url(/Images/Orange-background.jpg);
background-repeat: no-repeat;
scrollbar-3dlight-color:#CCCCCC;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#999999;
scrollbar-track-color:#666666;
scrollbar-arrow-color:#000000;
scrollbar-face-color:#CCCCCC;
background-color:#FFFFFF;
}
Any idea what's wrong please?
TIA Jenny
[edited by: encyclo at 1:54 pm (utc) on Dec. 10, 2006]
[edit reason] no URLs please, see TOS [webmasterworld.com] [/edit]
and a warm welcome to these forums. ;)
Try it like this...
html,body {
background-image: url(/Images/Orange-background.jpg);
background-repeat: no-repeat;scrollbar-3dlight-color:#cccccc;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#999999;
scrollbar-track-color:#666666;
scrollbar-arrow-color:#000000;
scrollbar-face-color:#cccccc;
background-color:#ffffff;
}
You are aware, I presume, that coloured scrollbars will only work in IE.
birdbrain