为IE使用特定样式

Posted

tags:

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

To use css which will only be applied if the browser is IE.
  1. Create an new css document and link to it from your html page using the following filter:
  2.  
  3. <!--[if IE]>
  4. <link rel="stylesheet" type="text/css" href="iestyles.css" />
  5. <![endif]-->
  6.  
  7. Where iestyles.css is your css document containing all the rules which will be only applied if IE browser is detected.

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

为IE和chrome编写单独的样式

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

302 登录重定向后被 IE 删除的 URL 片段

如何仅为特定的 IE 浏览器设置 CSS?

高效Web开发的10个jQuery代码片段

html 这在ie特定样式的情况下提供了html标签上的类。注意:Modernizr在加载时用“js”替换“no-js”。如果你