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.
我搜索了谷歌并且知道如何为 nth:child 编写方程式,但我无法选择以下孩子。我需要选择 5th, 9th, 13th, 17th, ...
你知道一个方程式吗?
:nth-child(4n+5)
那应该工作
我习惯于 Wordpress 自动将 IE 特定 ID 属性添加到 HTML 标记,以编写特定于 Internet Explorer 的 css 类。我刚刚注意到,当我在 IE9 中查看该站点时,此功能当前不起作用。
在 IE8...
<html id="ie8" lang="en-US">
在 IE9...