Category Archive: CSS

May 01

How to align HTML dev tags in Horizontally (in a same line) using CSS

divalign

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

CSS

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 »