Tag Archive: css3

Apr 07

CSS Sprites (How to manage your all web images using one image with CSS)

example image using photoshop

What is CSS Sprites ? CSS sprites are a way to reduce the number of HTTP requests made for image resources referenced by your site. Images are combined into one larger image at defined X and Y coorindates. Having assigned this generated image to relevant page elements the background-position CSS property can then be used …

Continue reading »