Changing IE Scrollbar colour

message from hard_2_handle on 23 Jul 2004
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #F4F2F2;
color: #A68B72;
scrollbar-base-color:#F4F2F2;
scrollbar-track-color:#F4F2F2;
scrollbar-face-color: #F4F2F2;
scrollbar-3dlight-color: #9D4521;
scrollbar-darkshadow-color: #9D4521;
scrollbar-shadow-color: #F4F2F2;
scrollbar-arrow-color: #9D4521;
}
I cut this and pasted it into a little css file then linked to it from an html
file and it worked fine. Anyone know why it's not working when it's included in
a larger CSS file?

Thanx
 
Murray *TMM* replied to hard_2_handle on 23 Jul 2004
It will fail on a page created in DMX2004 simply because the page is being
rendered in browser standards mode (thanks to the correct doctype). Change
body { to html { and it will work - but only on IE/Windows.
 
hard_2_handle replied to Murray *TMM* on 23 Jul 2004
Works like a charm now, Thank you! I'd probably never have sussed that.
 

Archived message: Changing IE Scrollbar colour (Macromedia Dreamweaver)