【问题标题】:Grey background after using Filter css on IE 8在 IE 8 上使用 Filter css 后的灰色背景
【发布时间】:2013-09-10 09:59:00
【问题描述】:

我添加了一个css规则

filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)

到一个文本元素。它像我预期的那样旋转。但是,我发现背景颜色会变为灰色。我尝试将 background-color 更改为 none 仍然无法正常工作,有什么解决方法吗?感谢您的帮助

【问题讨论】:

    标签: css internet-explorer internet-explorer-8 filter ie-developer-tools


    【解决方案1】:

    尝试添加

    zoom:1;
    position:relative
    

    【讨论】:

      猜你喜欢
      • 2013-02-26
      • 1970-01-01
      • 1970-01-01
      • 2021-12-21
      • 2018-08-02
      • 2011-02-10
      • 2021-11-16
      • 1970-01-01
      • 2013-11-27
      相关资源
      最近更新 更多