(the site is in the Site Design & Content Reviews forum – background problem. I don't want this issue showing up at the top of search results when people look for the site, so I won't post the link here).
In IE8, the header and footer backgrounds don't show up at all, but the pattern that fills the wrapper behind them does – making it impossible to read anything.
I've tried separate stylesheets for IE8. Tried Modernizr (.multiplebgs), tried adjusting the CSS.... Can't get anything to work. I don't need the background images in IE8, a plain white background would be fine.
I tried making the header/footer DIVs so maybe IE8 would recognize them (div class="header"), but that messes up the site in other browsers. Decided to try going after the wrapper since it already has an ID on it and it does display in IE8. Is there someway to leave the background image in place for modern browsers and just have a white background for old IE? :
width: 100%;
position: relative;
text-align: left;
background: url('../graphics/furniture-bkrnd.jpg') top left;
background-attachment: fixed;
}




https://www.callendales.com