Administrators Thanked: 217 kez
Если уж на то, то и :nth-child() никто не отменял:
tr:nth-child(even) { ... }
tr:nth-child(odd) { ... }