Front-End Performance Optimization through CSS sprites
Among many techniques used to reduced the No. of requests to the servers, CSS sprites is a cool one. This simple CSS technique involves clubbing multiple images as one and uses ” background-position:” to define the image display.
Here’s a cool CSS Sprite generation tool
[...] Css Impress wrote an interesting post today!.Here’s a quick excerptAmong many techniques used to reduced the No. of requests to the servers, CSS sprites is a cool one. This simple CSS technique involves clubbing multiple images as one and uses ” background-position:” to define the image display. … [...]
good tool muthu! Really this works out.