Firefox不接受元素上的CSS类

时间:2012-07-22 12:50:41

标签: jquery css firefox

我对firefox有一些奇怪的行为(其他浏览器运行良好)。

我有规则:

.feed.input.community .buttons .url {
    background-position-x: 9px;
}

我打电话后:

$('.input.feed').addClass("community");

您可以在此屏幕截图中看到结果。

enter image description here

也许有人知道为什么或如何确定为什么firefox不接受规则?

2 个答案:

答案 0 :(得分:3)

这是你的答案。阅读这篇关于背景位置支持的文章

background-image animation not working in Firefox

答案 1 :(得分:1)

此属性不是标准的CSS3属性。就在一年前,Firefox并不支持这个属性。我现在还没有发现任何东西。

请参阅:Is background-position-x (background-position-y) a standard W3C CSS property?