CSS3 offers a ton of brand new ways that you can select elements in ways we've never thought of before. Today I want to focus on exclusively the structural pseudo-classes, which are ways of selecting elements based on the document tree. CSS2.1 limited us to :first-child and IE7 and 8 have done a great job sinceRead More| Frank M Taylor
So the :nth-child structural pseudo class is mighty handy already since it lets you select based on mathematical rules. But to my surprise, it got handier and no one told me. Which makes me think no one told you, either: :nth-child() can do filtering now! A Quick Primer on Structural Pseudo-classes So I wrote aboutRead More| Frank M Taylor