Forum Moderators: not2easy
I used browser cam to test my design and for some reason no background image shows up in IE5.2 on the Mac. I realise the likelihood of some-one actually viewing the site in this browser is very unlikely, as most people using Mac use Safari or Mozilla but I wanted to know what the problem was? Here is the css code for the background (external style sheet):
.frontpage{
background: #ffffff url(images/background1.jpg) 500px 0px no-repeat;
}
.productpage{
background: #ffffff url(images/background2.jpg) 512px 0px no-repeat;
}
.newspage{
background: #ffffff url(images/background3.jpg) 531px 0px no-repeat;
}
I then use these in a layer like so, for each page:
<div style="width:777px; margin-left:auto; margin-right:auto;" class="frontpage">