答案 0 :(得分:0)
直接取自normalize.css
<强> CSS:强>
img {
/* Remove border when inside `a` element in IE 8/9. */
border: 0;
/* Improve image quality when scaled in IE 7. */
-ms-interpolation-mode: bicubic;
/* Suppress the space beneath the baseline */
/* vertical-align: bottom; */
/* Responsive images */
max-width: 100%;
height: auto;
/* Correct IE 8 not scaling image height when resized. */
width: auto;
width: auto\9;
}