now here is a real weird one... the background image was only being displayed for one page, so after lots of moving code around to establish where the problem was, it came down to this, and now i have hit a brick wall...
this bit of css:
is the problem, basically, whichever class i put at the top, is the one that works
- so in the code above, the only page that will display the background image is the contact page (office.jpg)... if i put .chartered above .office, then only that one will work...
this is only ie6 btw, but its got me proppa foxed
- can anyone shed any light?
this bit of css:
Code:
#contentTop { padding: 20px 410px 20px 20px; min-height: 250px; }
#contentTop.contact { background: #2d2825 url(../graphics/office.jpg) no-repeat top right; }
#contentTop.about { background: #2d2825 url(../graphics/about-us.jpg) no-repeat top right; }
#contentTop.chartered { background: #2d2825 url(../graphics/chartered.jpg) no-repeat top right; }
#contentTop.gallery { background-color: #2d2825; padding-right: 0; }
is the problem, basically, whichever class i put at the top, is the one that works

this is only ie6 btw, but its got me proppa foxed
