【问题标题】:image-rendering DOM equivalent图像渲染 DOM 等效项
【发布时间】:2011-07-17 06:58:43
【问题描述】:

Firefox 中image-rendering CSS 属性的DOM 等效项是什么?即有没有办法把它放在一边做element.style.cssText = "image-rendering: -moz-crisp-edges;"

注意:浏览器兼容性不是问题。

【问题讨论】:

    标签: javascript css firefox dom


    【解决方案1】:

    在 Firefox 4.0rc1 中我可以使用

    element.style.imageRendering = "-moz-crisp-edges";

    没有问题。

    与任何其他 css 属性一样,只需从小写连字符切换为驼峰式。

    【讨论】:

    • 只是好奇:你能在 Firebug 的 DOM 选项卡中看到它吗?
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-03-30
    • 2015-01-31
    • 2020-11-23
    • 1970-01-01
    • 2022-12-21
    • 2017-09-17
    相关资源
    最近更新 更多