
By Rob Hammann | 18 comments | Web Development | Tags: CSS, gecko, gradients, webkit
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...

By Rob Hammann | 16 comments | Web Development | Tags: CSS, design, development, sprites
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...