Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我被分配了一项任务,并将创建一个适用于所有浏览器(包括 IE6 和 7)的纯 CSS 菜单。我必须使用 :hover 伪类。由于 IE6 不支持这些类,仍然有使用 css 的解决方法吗?如果是请怎么做?
网络上有许多工具可用于 IE6 ~ IE7 讨厌的后备。看一下这个:
http://selectivizr.com/
或者,如果您只想要更小的东西,请看这里:
IE6 ~ IE7 很棒的 css3 伪元素后备
祝你好运,乔治!