2010年4月14日 星期三
Child and Sibling Selectors
Do you know what the difference between these selectors are? ul li { margin: 0 0 5px 0; } ul > li { margin: 0 0 5px 0; } I’ll admit it took me longer than it probably it should have (way back when) when I was learning the basics of CSS. In both cases, they are selecting [...] http://tinyurl.com/y5bswke