【发布时间】:2014-04-07 07:01:39
【问题描述】:
谁能告诉我为什么 IE 11 完全忽略了我的 css 文件的以下规则?
.navigation.menu ul li:nth-child(7):hover ul,
.navigation.menu ul li:nth-child(8):hover ul,
.navigation.menu ul li:last-child:hover ul {
right:0;left:initial;
}
所有其他浏览器正在读取并按预期运行此规则,但 IE 甚至看不到它。
【问题讨论】:
标签: css internet-explorer css-selectors