Google Chrome bug with tr background
Posted
by Dario
on Stack Overflow
See other posts from Stack Overflow
or by Dario
Published on 2010-04-07T17:05:30Z
Indexed on
2010/04/07
17:13 UTC
Read the original article
Hit count: 635
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
tr {
position: relative;
}
Any hint about it ?
Thank you
© Stack Overflow or respective owner