我正在使用一个具有如下 CSS 代码的模板:
h2:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
hr:last-child {
margin-bottom: 0;
}
/* IE class */
h2.last-child,
p.last-child,
ul.last-child,
ol.last-child,
dl.last-child,
hr.last-child {
margin-bottom: 0;
}
有人可以解释为什么作者对 IE 的做法不同吗?现代浏览器仍然需要它吗?