I use this CSS code to display a database output in rows where the colors repeat in every 2nd row
tbody tr:nth-child(2n) td, tbody tr.even td { backgro
Which version of IE are you using? the :nth-child() CSS won't work in old versions of IE.
:nth-child()
IE6, IE7, IE8 Fail
IE9 (works)