I originally used the following code:
background-image: url(../images/tabbottom.gif);
background-repeat: no-repeat;
background-position: left bottom;
The problem is when I convert it to a sprite, I have a fixed background position, for example 0px -400px;
Now, how to put it in the lower left corner?
Also, is it possible to use background-repeat with a css sprite?
Thank you for your time.
source
share