missing background images in IE 6, 7, & 8
PermalinkNew site using excellent looking theme "Corporate America" modified for this particular project. http://stcloudcanam.com shows up in all browsers tested (including IE9) except IE6-7&8.
The header image/logo and the background are not showing.
Anyone have suggestions?
body { margin:0; padding:0; /* customize_background */ background-color:#fff; /* customize_background */ } a { /* customize_link */ color:#174775; /* customize_link */ } a img { border: 0 } /* ------------------------------------------ LAYOUT ------------------------------------------- */ #page { background: url(http://stcloudcanam.com/packages/theme_corporateamerica/themes/corporateamerica/images/page-bg.jpg) repeat; overflow:hidden;
TIA

This problem is more likely to be caused by my own modifications however. Thats why I included the code snippet. The problem does not happen on the stock theme used on other sites.
It should move to someone with some IE advice
Sorry about the code displayed (my bad...I did a quick copy off Chromes dev display instead of attaching CSS)
Here's actual CSS copy:
#page { background: url(images/page-bg.jpg) repeat; overflow:hidden; } /* Header */ #header { background: url(images/header-bg.jpg); width: 980px; margin: 0 auto; position: relative;
Here is the original code before I changed it.
#page { background: url(images/page-bg.jpg) repeat-x top; overflow:hidden; } /* Header */ #header { background-color: #fff; width: 980px; margin: 0 auto; position: relative;
Just saved them in Photo Shop to an RGB format and now IE shows them without any other change needed
I know they are a tad over-sized but the load speed is more related to the clients shared server. Performance is much faster on a dedicated box.