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
<
This is the only solution I am aware of without using JavaScript. It has the shortcoming of you specifying the height of the TR and the TD, because the TR is positioned absolute. I am also not sure how it will behave in other browsers.