Multiple CSS Pseudo Classes

后端 未结 5 677
攒了一身酷
攒了一身酷 2020-12-09 14:22

What is the proper CSS syntax for applying multiple pseudo classes to a selector. I\'d like to insert \",\" after each item in a list except the last one. I am using the f

5条回答
  •  时光取名叫无心
    2020-12-09 15:04

    IE8 doesn't support last-child :( They're focused on sorting out CSS 2.1 support it looks like. Why microsoft haven't adopted Gecko or Webkit yet I don't know.

    http://msdn.microsoft.com/en-us/library/cc351024(VS.85).aspx#pseudoclasses

提交回复
热议问题