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
<
I'd recommend to set the background-image for the table-cells directly, shifting the background-position of all subsequent cells to the left so that it looks as it should. This way you don't have to slice your background-image.