我有一个包含5张图片的div,由于某种原因,只有第3张和第5张图片没有出现在IE中。它们是png图像文件类型。当页面加载时,图像的边框和边框内的小图标带有“x”。这仅适用于最新的IE。适用于Chrome和Firefox。跨浏览器头痛的第4天。
HTML
<div id="col3">
<h4 style="text-align:center;">Affiliations:</h4>
<br>
<img src="./Gallery/sponsorimg/astro.png" style="align:center;width:150px;height:100px;margin-bottom:45px">
<br>
<img src="./Gallery/sponsorimg/avngr.png" style="align:center;width:150px;height:100px;margin-bottom:45px">
<br>
<img src="./Gallery/sponsorimg/skulc.png" style="align:center;width:150px;height:100px;margin-bottom:45px">
<br>
<img src="./Gallery/sponsorimg/sqdgrp.png" style="align:center;width:150px;height:100px;margin-bottom:45px">
<br>
<img src="./Gallery/sponsorimg/812.png" style="align:center;width:150px;height:100px;margin-bottom:45px">
</div>
CSS
#col3
{
float: left;
width: 20%;
height: 850px;
margin-left: 3%;
margin-bottom: 10px;
background-color:#fff;
background:url('dpimg4.jpg');
border:double 7px #000000;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
答案 0 :(得分:1)
所以事实证明图像本身就是问题,我从赞助商那里获得了不同的标识,并且在IE中工作得很好。