我有以下带有许多此类链接的 HTML:
<a class="button" id="menu">
<img width="16" height="16" src="/Images/control-double.png">
</a>
我为这些创建了一个精灵,将所有图像组合使用
但是当我看这个时,它似乎只是为了背景,因为它给出了一个例子:
.sprite-control-double{ background-position: 0 -396px; width: 16px; height: 16px; }
#container li {
background: url(csg-4febd28fe3aa3.png) no-repeat top left;
}
如何使用带有定位的精灵来定位图像而不是单个图像?