在IE8下图片不显示



 .public_startup_style .startup-info-block img {
    margin-bottom: 13px;
    width: 216px;
    height: 130px;
    /* overflow: hidden; */
    display: block;
    float: left;
    border-radius: inherit;
    border: none;
    padding: 0;
}

如上对一张图片进行设置,但是测试发现只在IE8下图片不显示,后来发现只注释掉宽度就可以显示,是什么原因,只要width有值就不显示,可能的原因是什么???这地方有什么坑么???

浏览器兼容性 css

shaoish 8 years, 9 months ago

你看看其他代码对ie8的影响,这个代码应该是木有问题的

asfor answered 8 years, 9 months ago

Your Answer