Scott Trudeau wrote:
Heh. IE has me so trained not to use fancy css selectors I forgot about :even. I just wrote the same thing like:

Just for the record, the :even pseudo class is not CSS, it is a jQuery extension. With CSS 3, it looks like:

tr:nth-child(even)


--Klaus


Reply via email to