請使用IE8瀏覽本網站Here。您可能會注意到底部的某些圖標兩側都有箭頭。行內塊與ie8不兼容?
在本地,箭頭出現在任何一邊,但它們被擠壓到大約10個像素,並且它們應該是60px乘44px。在服務器上查看時,它們不會出現擠壓現象,但它們位於圖標的上方和下方。不知道去哪裏這個方向。
在Chrome中查看時,它們顯示正常,並且它們位於3個圖標的任一側,因爲它們應該是。他們都搞砸了IE8。我一直在玩這個CSS(內聯塊),無濟於事。
#nav_arrow {
display: inline-block !important;
}
下面是該區域的HTML ...
<p align="center">
<div id="nav_arrow">
<a href="index.html"><img src="images/icons/arrow_left.png" width="60" height="44"></a>
<img src="images/spacer-10px.png"></div>
<a href="index.html"><img src="images/icons/home_75x75.png" alt="" title="Welcome!"></a>
<img src="images/spacer-10px.png">
<a href="national_presence.html"><img src="images/icons/locations_75x75.png" alt="" title="Our Locations!"></a>
<img src="images/spacer-10px.png">
<a href="accreditation.html"><img src="images/icons/accreditation_75x75.png" alt="" title="Our Accreditation!"></a>
<img src="images/spacer-10px.png">
<div id="nav_arrow">
<a href="accreditation.html"><img src="images/icons/arrow_right.png" width="60" height="44"></a>
<img src="images/spacer-10px.png"></div>
</p>
我試圖走動的標籤,在一個容器包裝的一切,改變了文檔類型,但我已經沒有運氣。
有什麼想法?
是啊....即吸 –