2.20.2013

Alternating Colors Table Rows Css

Pure CSS Solution for alternating color rows for a table:

table.MyGrid tr:nth-child(even) {
    background:#ECF4FE;
}

No comments:

Post a Comment