Why border of not showing in IE?

前端 未结 3 1397
南方客
南方客 2020-12-11 08:23

Why border of tfoot tr:first-child not showing in IE. I\'m checking in IE7.

font-weight:bold; background:yellow is showing in IE but border

3条回答
  •  失恋的感觉
    2020-12-11 08:46

    http://www.w3schools.com/css/pr_pseudo_first-child.asp

    Note: For :first-child to work in IE, a DOCTYPE must be declared

    Add something like:

    
    

    And it should work

提交回复
热议问题