I\'m trying to set a background-image to a table row, but background is applied to all its td children.
In IE7 there is the same bug but it is solve with
<
It should fix the tr background for Chrome and FF:
tr
table.header_table tr#row_1 { display:flex; }