CSS 使用IE的特定样式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 使用IE的特定样式相关的知识,希望对你有一定的参考价值。

Create an new css document and link to it from your html page using the following filter:

<!--[if IE]>
    <link rel="stylesheet" type="text/css" href="iestyles.css" />
<![endif]--> 

Where iestyles.css is your css document containing all the rules which will be only applied if IE browser is detected.

以上是关于CSS 使用IE的特定样式的主要内容,如果未能解决你的问题,请参考以下文章

如何使用有效的 CSS 定位 IE7 和 IE8?

删除 HTML 按钮/提交的完整样式

为IE和chrome编写单独的样式

css样式怎么设置只对ie6起作用?

为IE使用特定样式

在 IE 6,7 中使用“for”属性的标签的 CSS 选择器