Matt Wilcox 15 December 2005 It will be nice when CSS3 gets supported widly enough to use tr:nth-child(even) { background-color : #eee; } instead of the javascript approach. Until that time though, this method is very useful.
It will be nice when CSS3 gets supported widly enough to use
tr:nth-child(even) { background-color : #eee; }
instead of the javascript approach. Until that time though, this method is very useful.