我在项目中使用了伪类,我目前正在研究它,并且由于它已经是大量的 javascript,我试图避免使用 selectivizr。有没有办法让 psedoclass 与 IE8 兼容?是否可以使用 Modernizr 来解决此问题?
任何建议将不胜感激。
我在项目中使用了伪类,我目前正在研究它,并且由于它已经是大量的 javascript,我试图避免使用 selectivizr。有没有办法让 psedoclass 与 IE8 兼容?是否可以使用 Modernizr 来解决此问题?
任何建议将不胜感激。
如果浏览器不支持,您可以使用 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()
.