此 CSS 代码在除 FireFox 之外的所有浏览器中都有效。为什么 ?我该如何解决?
.img_box {
width: 110px;
height: 160px;
background-repeat: no-repeat;
background-position: center center;
background-image: url('https://www.google.com/images/srpr/logo3w.png');
}
提前致谢。
编辑: 这是我要使用的 HTML:
<img class="img_box" />