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

Tag: cascade

CSS: Taking control of the cascade

September 18, 2011

An in-depth article explaining the best methods for structuring your CSS files to avoid any potential problems with CSS cascade…

csshead comment 0 Comments

Use the Cascade – On Using CSS Sensibly

November 16, 2009

Many times I see people of all skill levels making poor use of the first “C” in CSS; cascading. Furthermore, a constant underuse of specificity is apparent in a lot of developers’ work. While this isn’t wrong per se, it doesn’t make best use of CSS’s primary attribute/purpose, and can cause unecessary workload and coding […]

csshead comment 0 Comments

CSS cascade – a simple step-by-step presentation

July 12, 2009

Here is a presentation on the CSS cascade. A simple step-by-step tutorial on the CSS cascade – for web designers and developers who are new to CSS or have struggled with the Cascade…

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