I have 3 different images and you want to create a sprite using CSS. I understand that this will reduce HTTP requests. However, I am completely new to this concept and have no idea how to approach this.
Which is better for me? I also saw that there are some CSS sprite generators where you send .zip images and combine them.
I tried to do this, but did not understand what was going on. Any guidance on creating and using CSS sprites would be greatly appreciated.
Update: . I looked through the article A List Part, but I was not very clear. Can someone give an example of using CSS sprite? [A short, self-sufficient example in the answer is preferable to SO than just a link to an example elsewhere. - ed.]
source
share