CSS tricks


To make a row respond differently to a hove than the standard for the tr


tr:hover > td.productTd {
        background-color:#c0f8dc;
    }