Home › Forums › CSS › Using CSS to Style UL with 4 or more List Items › Re: Using CSS to Style UL with 4 or more List Items
October 21, 2012 at 1:20 pm
#112343
Participant
If you have to support old browsers, use jQuery (or whatever JavaScript library). Else, use CSS selectors to count number of siblings.