PNG background image not showing in IE 8< using html5?
问题 I have the following html code: <section class="first-content-top"> <img src="images/img-diner.png" /> <h1>Menu</h1> </section> <section class="first-content-middle"> <article class="menu"> </article> </section> <section class="first-content-bottom"></section> With the following type of css: .first-content-middle { background: url("images/bg-black.png") repeat; margin: 0 0 0 37px; padding: 0 20px; width: 595px; } But in IE8 i still can't see a background image, like i see in IE9 or firefox: