I am having an issue with my background image not loading on IE7. The background doesn't load at all. It works fine with FF, Chrome, and IE8 though.

http://www.lostangelsproject.com

Recommended Answers

All 3 Replies

http://validator.w3.org/check?uri=http://lostangelsproject.com/&charset=(detect+automatically)&doctype=Inline&group=0

On Line 409:

<div id="background"><img src="http://lostangelsproject.com/wp-content/uploads/2010/07/JodieComp_1152x864.jpg" alt="field" style="width: 100%; height: 100%; background-repeat: no-repeat"/></div>

What is no-repeat by itself? It makes no sense!

Actually it indicates "style="width: 100%; height: 100%; background-repeat: no-repeat""... looks like they're trying to combine css style formatting with html style formatting which is fine for most browsers but not necessarily all.

From what it's showing there the intent was a single image set to 100% width and height of the page with no repeat.

every browser have different property to show and load the web pages. we can make all browser friendly website design.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.