【问题标题】:CSS Filter Works In Chrome and Firefox But Not IECSS 过滤器在 Chrome 和 Firefox 中有效,但在 IE 中无效
【发布时间】:2015-03-11 06:19:54
【问题描述】:

CSS filter 属性适用于 Firefox 和 Chrome。如何在 Internet Explorer 中获得同样的效果。有关 filter 属性的详细信息,请访问此处:https://css-tricks.com/almanac/properties/f/filter/

【问题讨论】:

    标签: css google-chrome internet-explorer firefox


    【解决方案1】:

    CSS Filter 在 IE 中不起作用的原因是它在 IE 中不受支持。

    此功能目前处于现代 IE 的开发阶段。 https://status.modern.ie/filters

    一般来说,对于任何现代 CSS 功能,最好检查一下 http://caniuse.com 查看哪些浏览器实际支持该属性。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2010-12-27
      • 2012-07-07
      • 1970-01-01
      • 2023-04-01
      • 1970-01-01
      • 2013-04-02
      • 1970-01-01
      相关资源
      最近更新 更多