EvanLovely
10/23/2011 - 11:36 AM

Targeting specific numbered elements with CSS

Targeting specific numbered elements with CSS

/* Works in IE7+ */

ul li:first-child + li + li {
  
}/* Targets the 3rd list item */