IE: nth-child() using odd/even isn't working

前端 未结 5 1592
你的背包
你的背包 2020-12-13 19:56

My table (that works perfectly on Chrome, FireFox and Opera) is not displaying correctly on Internet Explorer.

The background remains white! (I am using IE-8)

<
5条回答
  •  暖寄归人
    2020-12-13 20:09

    IE8 doesn't support the nth-child selector I'm afraid:

    http://reference.sitepoint.com/css/pseudoclass-nthchild

提交回复
热议问题