Page is a not externally linkable
Fotiman - 1:34 pm on May 23, 2012 (gmt 0)
I second topr8 suggestion.
:nth-child unfortunately doesn't work in IE < 9, however, jQuery does support the :nth-child selector. So if you really need to have striped tables in IE < 9, you could use jQuery select :nth-child(odd) and apply a class/style to those elements.