无法弄清楚为什么在IE中只显示div容器时图像没有出现Mozilla.有人知道任何解决方案吗?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <Meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Featured</title> </head> <body> <!--#include virtual="/header.html" --> <!--#include virtual="/alpha.html" --> <div id="WhiteBody"> <center> <p class="HeaderFont">FEATURED</p> </center> <div style=background-color:#D9BA26; height:480px; width:320px; > <img src="images/Magic Hat #9.jpg" style=width:100%;height:100%; /> </div> </div> <!--#include virtual="/alpha.html" --> <!--#include virtual="/footer.html" --> </body> </html>