2010-04-19 48 views
0

我已經將圖像嵌入到href標記中的鏈接中,但圖像在ie7中不能用作鏈接,儘管firefox和ie8中的相同頁面工作正常。任何人都可以幫助我嗎?href鏈接中的圖像在ie7中不工作

下面是代碼

<a href="example.com"> 
     <div class="banner_box_1"> 
      <img src="images/facilities.jpg" width="156" height="70" alt="facilities" /> 
     </div> 
    </a> 

施加在圖像的div的CSS .banner_box_1 { 寬度:156px; height:70px; float:left; margin:5px 13px;

}

我認爲這個問題是bcoz CSS這是搞亂在IE7

轉換爲base64
+0

請提供更多的細節,示例鱈魚e等使用fiddler http://www.fiddler2.com/fiddler2/ – 2010-04-19 06:58:19

+1

&你寫的代碼到目前爲止什麼都不明朗? – Salil 2010-04-19 06:58:41

+0

請顯示一些代碼。你在用'position:relative'嗎? – 2010-04-19 06:59:55

回答