标签: image html
HTML:
<div class="stat"></div>
CSS:
.stat { background-image: url(../img/stat.png); width: 430; height: 344; }
答案 0 :(得分:2)
试试这个:
.stat { background-image: url(../img/stat.png); width: 430px; height: 344px; }