selectors

TwitterFacebook
Get flash to fully experience Pearltrees
http://css.maxdesign.com.au/selectutorial/ Selectors are one of the most important aspects of CSS as they are used to "select" elements on an HTML page so that they can be styled. Find out more about selectors including the structure of rules, the document tree, types of selectors and their uses.

Selectutorial: CSS selectors

Intermediate CSS Workshop

Your mission in this simple exercise is to match the two elements where I have put *** around the text - with one selector - and without affecting any other elements. Make those two elements red and boldfaced. http://www.chimenecricket.com/intcss/matching.html
http://www.w3.org/TR/CSS21/selector.html

Selectors

In CSS, pattern matching rules determine which style rules apply to elements in the document tree . These patterns, called selectors, may range from simple element names to rich contextual patterns. If all conditions in the pattern are true for a certain element, the selector
As previous articles in this series have shown, CSS has some interesting new selectors. http://meyerweb.com/eric/articles/webrev/200007a.html

The Adjacent-Sibling Selector

The Child Selector

http://meyerweb.com/eric/articles/webrev/200006b.html In the second of five articles on the new selectors found in CSS2, we turn to the child selector .
No, it isn't a new movie starring Jean-Claude Van Damme-- it's the first of the CSS2 selectors which I plan to cover in a series of articles. These include the child selector, sibling selectors, a trio of new pseudo-classes, and most complicated of all, the attribute selectors.

Universal Selector

http://meyerweb.com/eric/articles/webrev/200006a.html