繁体   English   中英

某些jpeg图像未在IE8和IE9中显示

[英]Some jpeg images are not showing in IE8 and IE9

我对一些jpeg图像有问题,这些图像在Mozilla,Chrome,IE10,IE7中显示没有任何问题,但在IE8和IE9中没有。 图像以RGB格式显示(而不是CMYK格式,其他一些用户将其报告为问题)。

的HTML:

<img class="lo" src="images/logo.jpg" alt="logo">

CSS:

img.lo {
    display: inline-table;
    float: none;
    margin-left: 35%;
    margin-right: auto;
}

页面上的其他图像在IE8和9中也正常显示,但不是该图像。 同一div中的其他图像也会显示。

让您不拥有:width =“” height“” IE将其设为width =“ 0”和height =“ 0”

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM