Author: Scott Mitchell | Posted on: 5/2/2011 5:22:14 PM | Views : 1107

Because browsers limit how many concurrent HTTP requests they make to a website, a web page with many small icon images can result in a longer load time. This article shows how to combine many small images into a single larger image - a CSS sprite - using the free ASP.NET Sprite and Image Optimization Library available from Microsoft. ...

Go to the complete details ...