jordydme 0 Report post Posted October 12, 2011 I have some background images not displaying in IE7 and IE9. H1 heading is not displaying in IE9 Full background image not displaying in IE7 Here are two screenshots showing that the images are not showing in IE7 & IE9 <---Images Removed---> <---Images Removed---> Here is the live site: <---Link Removed---> I have been searching the internet for a solution but to no avail. I tried checking my CSS and re-saving the images as jpegs but to no avail. Looked through this forum and tried adding #page {zoom:1;} but no luck Any thoughts on this would be helpful. Thanks, Share this post Link to post Share on other sites
kastelic 6 Report post Posted October 12, 2011 Can you post your CSS here? You may try adding !important to you background image declaration. For some reason in IE there is an inline declaration of background-image: none on the feature slides. Share this post Link to post Share on other sites
jordydme 0 Report post Posted October 13, 2011 Thanks, adding important to the feature background took care of the main issue I still have one more issue which may or may not be related so I am going to make another post. here is the fix if anyone else needs it: Feature_1 { background:url(http://yoursite.com/path to your image) !important; } if you can kindly delete the urls above, I would greatly appreciate it. Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted October 13, 2011 Hi Jordan, Great glad that worked and I've deleted the URL's as requested. Please search our forums, before posting! Share this post Link to post Share on other sites