Hello! The site I built using Atahualpa theme has one background color and image for the body, another for #container. The body background and color do not show in IE 6,7 or 8. I set the body style in the Body,Text and Links tab as:
background: #0B1D6E url('<?php bloginfo('template_url'); ?>/images/background2.jpg')repeat-x 0 0;
and I set another background color and image for #container, both in the CSS inserts area like this:
#container {background: #fff url(/wp-content/themes/atahualpa/images/footer2bg.jpg) no-repeat bottom left;}
AND in Style and Configure Layout tab, like this:
background: #fff url(/wp-content/themes/atahualpa/images/footer2bg.jpg) no-repeat bottom left;
Works beautifully in Firefox, Safari, Chrome, but the html body background is all white in IE. the site is here: http://blog.santacruzspasandstoves.com.
PLease let me know of anything I could do to remedy this!! Thank you SO MUCH in advance.