有没有办法将背景图像从其元素的右侧定位一定数量的像素?
例如,要从左侧定位一定数量的像素(例如10),我就是这样做的:
#myElement { background-position: 10px 0; }
css
css ×1