Hi,
I'm using nth-child in the following way, which is not supported on IE 8.
How can I write a javascript command that will perform the same operation?
HTML Code:table.tbl1 tr:nth-child(2n+2) td { background-color:#CEC5C1; } table.tbl1 tr:nth-child(2n+1) td { background-color:#F6F4F3; } ul#cat li:nth-child(4n+4) { margin:0 0 20px 9px; }



Reply With Quote

Bookmarks