Google Chrome v41,{min}身高的<img/>标签无法识别?

时间:2015-03-05 08:46:01

标签: css image google-chrome

<img>上的标记Google Chrome存在问题(mac / windows)version 41(或&gt; v40.x

HTML

<img src="">

的CSS

img{
    min-width: 100px;
    min-height: 100px;
    max-width: 570px;
    border: 3px dashed #ddd;
    color: #ddd;
    cursor: pointer;
}

我不完全记得版本是什么,但我确定它是40.x,结果就是这个

enter image description here

现在,使用版本41的同一个css不能正常工作。广场未显示

Test on JSFiddle

  

我需要一个解决方案,即使它仅适用于Google Chrome,我的   项目必须仅在Google Chrome上运行,谢谢。

0 个答案:

没有答案