CSS Sprites and the ASP.NET Sprite and Image Optimization Library

added by UnseenRevolution
7/27/2011 6:07:44 PM

366 Views

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.


0 comments