Is it possible to use CSS pseudo-classes to select even and odd instances of list items?
I\'d expect the following to produce a list of alternating colors, but inste
Below is the example of even and odd css color apply
The first Odd. The second Even. The third Odd. The fourth Even.
The first Odd.
The second Even.
The third Odd.
The fourth Even.