Browsing Posts of Author

Linear CSS Gradients that ANY Browser Can See

Linear CSS Gradients that ANY Browser Can See

By | 18 comments | Web Development | Tags: , , ,

In the past, if you wanted to have an HTML entity to have a gradient background you created in image of a gradient and displayed it in the entity using the background-image attribute in CSS. With the evolution of browsers and CSS/HTML, this is no longer the case. In this...

Display icons using a single image and CSS “Sprites”

Display icons using a single image and CSS “Sprites”

By | 16 comments | Web Development | Tags: , , ,

Recently, I have been working on a website that has numerous icons being displayed on a single page. One of the ways to reduce server requests is to store all of your icons in a single image and use CSS to display only the portion of the image you need for a particular location...