I have an list and each <li> have an icon and a text.
The image of icons is a sprite image so I need to set the background-size of li to have the size of icon.
How can I do this with css?
|
I have an list and each The image of icons is a sprite image so I need to set the How can I do this with css? |
||||
|
|
|
You can set the background image size in CSS3 like Unless the sprite is well spaced out and vertical, my recommendation would be to use a bit of extra markup. For example, use markup like
and style the |
|||
|
|
|
You need to set the height. background-repeat of the LI as well as the padding. Here is a handy tutorial: preview.moveable.com/JM/ilovelists |
|||
|
|
|
Here is an example. Swap place your sprite on the light gray area: http://jsfiddle.net/Pf7Xs/ Is this what you were asking? Having a sprite area and the text within an You mostly will be using |
||||
|
|