CSS Sprites : Mysterious Concept Explored ?

Posted by Rachel on Stack Overflow See other posts from Stack Overflow or by Rachel
Published on 2010-05-28T21:11:28Z Indexed on 2010/05/28 21:22 UTC
Read the original article Hit count: 175

Filed under:
|
|
|
|

I have 3 different images and now I want to create an sprite using css so that I am reducing HTTP Request.

I am totally new to this concept and have not idea as to how to approach this.

Can anyone suggest me what would be best bet for me ? Also I have seen there are some CSS Sprite generator engines where in you submit .zip folder containing your images and than they would combine it.

I tried doing that but did not understood of what was happening and so any guidance regarding creating and using CSS sprites would be highly appreciated.

Update: I have gone through the AList Part but it was not very clear to me. Can anyone explain the use case of CSS Sprites using an example ?

Thanks.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about css