Skip to content
CSS Head
CSS links, tutorials, code and demos for web designers and developers
    About Archives Contact Privacy and Cookies Policy Submit a Link Submit Community News
CSS Head
CSS links, tutorials, code and demos for web designers and developers
Home Submit a Link Contact About

Month: December 2008

Guidelines For Using CSS In HTML Email Newsletters

December 21, 2008

Email newsletters are more popular than ever, and everyone loves to design a rich website-like newsletter for their subscribers. Unfortunately, email isn’t the web. Your beautiful design work might look great in one email client, but chances are when you look at the same work a different email client the results will not be the […]

csshead comment 0 Comments

Specifics on CSS Specificity

December 11, 2008

The best way to explain CSS specificity is to start with some examples. CSS specificity can get confusing. Here’s a closer look at how to calculate the actual specificity value to determine which selector takes precedence…

csshead comment 0 Comments

Equal Height Columns with jQuery

December 10, 2008

Creating equal-height columns with CSS is sometimes a bear. But who needs the hassle of faux columns, “clear” divs and the rest? With this bit of jQuery, you can easily equalize the heights of any group of elements…

csshead comment 0 Comments

Create an Advanced CSS Menu

December 10, 2008

Nice tutorial describing how to create a complex CSS menu using the CSS position property…

csshead comment 0 Comments