图片显示在Chrome中,但不会显示在IE中

时间:2013-09-18 19:51:07

标签: html image web

今天早上递给了这个网站的小宝石。该网站在Chrome中运行良好,但IE9似乎有点儿。

横幅和4个链接按钮以某种方式"消失"在IE9中查看时。他们看起来很简单,一秒钟,然后是POOF!不见了!

位于: http://www.cityplaceselfstorage.com/Calidus/calidus.html

它们似乎都是img src标签,如下所示:

          <div class="tinyText"
               style="height: 129px; left: 97px; position: absolute; top: 158px; width: 215px; z-index: 1; ">
              <img usemap="#map1" 
                   id="shapeimage_1"
                   src="Calidus_files/shapeimage_1.png" style="border: none; height: 135px; left: -5px; position: absolute; top: -3px; width: 225px; z-index: 1; "
                  alt="Calidus" title="" />
              <map name="map1" id="map1">
                  <area href="Calidus_Profile.html"
                        title="Calidus_Profile.html" alt="Calidus_Profile.html"
                        coords="5, 3, 220, 132" />
              </map>
          </div>

当然,没有&#34; tinyText&#34; css文件中的类。但是当删除其中一个div标签内的参考时,也不会显示图像。

什么甚至更奇怪 - 当我在本地打开html文件时,图像会出现在IE中。

有人能给我一些关于可能发生的事情的线索吗?

谢谢, 杰森

1 个答案:

答案 0 :(得分:0)

经过半详尽的搜索,我发现有人声称IE不喜欢.png图片。所以我将它们全部转换为.jpg格式。

图像在IE9中显示正常,只要它们是jpg的。

FYI