相关疑难解决方法(0)

IE8 css选择器

要仅在IE浏览器中定位元素,我将使用

IE6:

* html #nav li ul {
    left: -39px !important;
    border: 1px solid red;
}
Run Code Online (Sandbox Code Playgroud)

IE7:

*+html #nav li ul  {
    left: -39px! important;
}
Run Code Online (Sandbox Code Playgroud)

有谁知道如何定位IE8?

css internet-explorer css-hack

45
推荐指数
7
解决办法
15万
查看次数

标签 统计

css ×1

css-hack ×1

internet-explorer ×1