August 6th, 2009
Child selectors
Child selectors are used to selected an element that is a direct child of another elements parent. Child selectors will not selected all descendants, only direct children. For example, you might want to target an <em> that is a direct child of a <div>, but not other <em> elements that are descendants of the <div>
*Child selectors are not supported by IE 5, 5 Read More...
Tags: adjacent, attributes, child, class, CSS, How To, id, pseudo, Pseudo-classes, Pseudo-elements, selector, selectors, Tutorials
Posted in CSS Selectors |
1 Comment »
July 31st, 2009
In this “CSS How To Tutorial”, you will learn the syntax and rules of the Cascading Style Sheet (CSS) language. You will learn the components of CSS rules, including selectors, declarations, properties, and values. You will learn how to style a series of simple HTML elements. You will also learn how to use shorthand properties Read More...
Tags: CSS, h1, h2, p, rules, selector
Posted in Understanding CSS |
No Comments »