我有以下 HTML:
<button id='addEVENT' class='normal b-all'></button>
这个CSS:
#addEVENT {
width:50px;
height:25px;
background:#EEEEEE url('icons/444444/pencil.png') no-repeat fixed center;
}
'normal' 类调整字体样式,'b-all' 添加边框以替换丑陋的默认边框。颜色显示但不是图像,我尝试了许多 CSS 变体但无济于事。有什么建议么?