How to get css background color on tag to span entire row

前端 未结 8 1587
旧时难觅i
旧时难觅i 2020-12-24 04:53

I have tried everything I can think of in css in order to get a background color to span an entire table row ( tag) But I keep getting a white border around each

8条回答
  •  旧时难觅i
    2020-12-24 05:51

    Firefox and Chrome are different
    Chrome ignores the TR's background-color
    Example: http://jsfiddle.net/T4NK3R/9SE4p/

    
         
      
    

    In FF the TD gets red corners, in Chrome not

提交回复
热议问题