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: classes

Selectivizr – CSS3 pseudo-class and attribute selectors for IE 6-8

September 5, 2010

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8. Simply include the script in your pages and selectivizr will do the rest.

csshead comment 0 Comments

A Complete Guide to CSS pseudo-classes

June 17, 2010

An in-depth article covering both CSS 2.1 and CSS 3 Pseudo Classes…

csshead comment 0 Comments

Meet the Pseudo Class Selectors

March 17, 2010

Pseudo class selectors CSS selectors with a colon preceding them. You are probably very familiar with a few of them. Like hover. They are immensely useful in a variety of situations. Some of them are CSS3, some CSS2, it depends on each particular one. Outside of IE, they have great browser support. In IE land, […]

csshead comment 0 Comments

Manipulating CSS Classes With jQuery

November 8, 2009

In this lesson I want to illustrate you how to use some useful jQuery methods that allow you to manipulate easily CSS classes. In particular I prepared some examples to explain the following methods: toggleClass, hasClass, addClass and removeClass…

csshead comment 0 Comments

Detecting unused CSS selectors

October 1, 2009

An article about optimizing your CSS files. Has a list of tools and resources to help identify CSS classes and IDs that are not used…

csshead comment 0 Comments