Google Chrome bug with tr background

后端 未结 11 2037
天命终不由人
天命终不由人 2020-12-16 11:32

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

<         


        
11条回答
  •  伪装坚强ぢ
    2020-12-16 12:34

    It should fix the tr background for Chrome and FF:

    table.header_table tr#row_1 {    
        display:flex;
    }
    

提交回复
热议问题