Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#112343
Kitty Giraudel
Participant

If you have to support old browsers, use jQuery (or whatever JavaScript library). Else, use CSS selectors to count number of siblings.