Can anyone offer some thoughts as to why my div backgrounds don't appear under IE5 for Mac? I know this is a dinosaur of a browser, but a surprising number of people still use it, and this is a really basic layout issue. Here is an extract from my css:
Any ideas would be greatly appreciated!
Code:
#rightFill {
position:fixed;
top:0px;
left:900px;
width:100%;
height:100%;
background-color:#E3D9BC;
}
Any ideas would be greatly appreciated!