我構建了一個可在firefox,chrome和safari上運行的網站,但是當我在Internet Explorer中打開它時,什麼都沒有顯示出來。我究竟做錯了什麼?這是幾個不同的圖片,但對於一個標記如下:Internet Explorer不顯示網頁上的圖像
<div id="thepic">
<img src="images/chairs.png" alt="" height="600px" width=""> <br />
</div><!-----------------CLOSES THE PIC------------>
#thepic{
float:left;
margin-top:190px;
margin-left:-100px;
}
這是不足夠的信息來告訴你什麼是錯的。您確實擁有無效的HTML,但是''。 – putvande