
July 11th, 2005, 09:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 911
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
Learn CSS: Pseudo Classes
We met pseudo elements in the last article. In this article we will discuss pseudo classes, which give you the ability to apply certain styling rules on specific states of an element. In this part we discuss the following pseudo classes: :link, :visited, :hover, :active and :focus, :root, :first-child, and :last-child. Note that with CSS 3 there are many new pseudo classes. Not all of them are implemented, however, so I will discuss only the pseudo classes that have been implemented by the major browsers.
Read the full article here: Learn CSS: Pseudo Classes
For more discussion go here: Blog Article Discussion
|