Hi all, I am having a problem with a WP premium theme that in IE (IE8 especially) is not loading any background images at all. For the linked page below, there are three background images (main.jpg, paper,jpg and sidebar.png). None are loading at all, but load fine in Firefox. http://goo.gl/g2uhr If anyone can shed any light on why, would be appreciated. Thank you, Pete
Yes, I did that. There were some IE specific fix CSS lines, but nothing that stood out as being part of the problem. Pete
find this in css style: background: #0C0704 url(design/main.jpg) repeat top left scroll !important; remove "!improtant" just like this, background: #0C0704 url(design/main.jpg) repeat top left scroll ; have a try
Hi hengchao, I actually added the important syntax myself to try to override anything else that might be happening.... so that's not it.