为IE使用特定样式
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了为IE使用特定样式相关的知识,希望对你有一定的参考价值。
To use css which will only be applied if the browser is IE.
<!--[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.
以上是关于为IE使用特定样式的主要内容,如果未能解决你的问题,请参考以下文章
html 这在ie特定样式的情况下提供了html标签上的类。注意:Modernizr在加载时用“js”替换“no-js”。如果你