建议解决IE8的伪类兼容性问题

时间:2013-05-03 14:42:47

标签: internet-explorer-8 modernizr pseudo-class selectivizr

我在项目中使用了伪类,我目前正在使用伪代码,因为它已经是javascript重,我试图避免使用选择性。有没有办法让psedoclass与IE8兼容?是否可以使用Modernizr来解决此问题?

任何建议都会非常感激。

1 个答案:

答案 0 :(得分:0)

您可以使用Modernizr检查css-lastchild(您可以在非核心检测部分找到它)并在浏览器不支持的情况下自定义您的样式css-lastchild - 这意味着它不支持任何其他CSS3选择器,它们是:

  • :root
  • :nth-child()
  • :nth-last-child()
  • nth-of-type
  • nth-last-of-type()
  • :last-child
  • :first-of-type
  • :last-of-type
  • :only-child
  • :only-of-type
  • :empty
  • :target
  • :enabled
  • :disabled
  • :checked
  • :not()