我最初使用以下代码:
background-image: url(../images/tabbottom.gif);
background-repeat: no-repeat;
background-position: left bottom;
问题是当我将它转换为精灵时,我有一个固定的背景位置,比如 0px -400px;
现在我怎么把它放在左下角呢?
另外,我可以将背景重复与 CSS 精灵一起使用吗?
感谢您的时间。
我最初使用以下代码:
background-image: url(../images/tabbottom.gif);
background-repeat: no-repeat;
background-position: left bottom;
问题是当我将它转换为精灵时,我有一个固定的背景位置,比如 0px -400px;
现在我怎么把它放在左下角呢?
另外,我可以将背景重复与 CSS 精灵一起使用吗?
感谢您的时间。