The following image will describe the scenario what i am going to explain further use the following code to create the above scenario using CSS and HTML
Category Archive: CSS
Apr 07
CSS Sprites (How to manage your all web images using one image with CSS)
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 …

Recent Comments