How nth-child Works
08/02/2010, 21:59H · Topics: Javascript · Print
What the above CSS does, is select every third list item inside unordered lists. That is, the 3rd, 6th, 9th, 12th, etc. But how does that work? And what other kinds of things can you do with nth-child? Let?s take a look.
How nth-child Works
Via / Delicious