Jump to content
15/12/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.
Vote up?
15/12/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.