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;
}