Generally, I like to add a style rule for regular TRs and then a class for
either TR.odd or TR.even (whichever you'd like).
tr{
background-color: #eee;
}
tr.odd{
background-color: #ccc;
}
This way, you only need to print out the 'class="odd"' on the odd rows,
which makes your pages smaller and perhaps less complicated.
Andy
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/