A tutorial to show you some simple CSS tricks using data attributes and pseudo-elements. The aim is to create an image caption using only an anchor and an image as markup…
Some nice examples of modern blockquote styling that you can use for testimonials, quotes etc. The blockquote designs use graphics, gradients and textures making use of pseudo-elements…
How to center something horizontally or vertically with CSS…
A new image replacement technique was recently added to the HTML5 Boilerplate project. This post explains how it works and how it compares to alternative image replacement techniques…
Breadcrumb navigation allows visitors to easily navigate through a site’s hierarchical structure. Here’s a tutorial with a few examples of CSS breadcrumb menus…
A variety of innovative uses for the new CSS3 background-size property. More control than you’ve ever had before…
A detailed tutorial explaining how to create a tab based menu where the tabs are rounded on top and rounded-out on the bottom…
Code examples for displaying more elaborate horisontal rules in your designs. Examples use background gradients for webkit and mozilla. All versions of IE just show the solid rule…
CSS3 progress bars using no images, just CSS3 fancies. They fall back to an acceptable experience in browsers that don’t support CSS3…
The clearfix hack is a popular way to clear floats without resorting to using presentational markup. This article presents an update to the clearfix method that further reduces the amount of CSS required…