【问题标题】:add css stylesheet for All Browsers Except Internet Explorer [duplicate]为除 Internet Explorer 之外的所有浏览器添加 CSS 样式表 [重复]
【发布时间】:2011-12-03 10:45:12
【问题描述】:

可能重复:
How to write conditional comment for non IE browsers?

我的样式表在 Internet Explorer 中导致我的网站出现一些问题,因为它包含一个巨大的 @fontface 库。我可以为除 Internet Explorer 之外的所有浏览器加载此样式表吗?

【问题讨论】:

    标签: css internet-explorer stylesheet


    【解决方案1】:

    答案是肯定的,具体方法取决于 IE 的版本。

    说明如何: http://www.javascriptkit.com/dhtmltutors/csshacks.shtml

    【讨论】:

    • 该页面显示了如何为不同版本的 IE 加载给定的 CSS。它没有告诉你如何不为 IE 加载 CSS 文件,但仍然为其他浏览器加载它,这是 OP 所要求的。
    猜你喜欢
    • 1970-01-01
    • 2013-02-23
    • 1970-01-01
    • 1970-01-01
    • 2013-11-21
    • 2011-08-27
    • 2013-06-28
    • 1970-01-01
    • 2012-01-09
    相关资源
    最近更新 更多