2010年3月17日 星期三
Meet the Pseudo Class Selectors
Pseudo class selectors CSS selectors with a colon preceding them. You are probably very familiar with a few of them. Like hover: a:hover { /* Yep, hover is a pseudo class */ } 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, [...] http://tinyurl.com/yjrsyal