【问题标题】:How to find equivalent property in Mozilla of given Webkit CSS property如何在 Mozilla 中找到给定 Webkit CSS 属性的等效属性
【发布时间】:2011-02-28 10:36:29
【问题描述】:

是否有任何工具/网站可以让我们在 Mozilla 中获得给定 Webkit CSS 属性的等效属性?

例如:

    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#869ab3));
euavalent to
    background:-moz-repeating-linear-gradient(white, #869ab3);

还有更多属性,例如

  1. -webkit-appearance
  2. -webkit-border-radius

或者知道对于某些 Webkit CSS 没有任何等效属性,例如

 -webkit-transition:height 0.5s ease-in, padding-top 0.5s ease-in, padding-bottom 0.5s ease-in;
 -webkit-transition-delay:0.5s;

我也想知道这个属性的 Mozilla 等价物:

background:-webkit-gradient(linear,left bottom,left top,color-stop(0.2, rgb(51,49,51)),color-stop(1, rgb(156,156,156)));

【问题讨论】:

    标签: css webkit mozilla


    【解决方案1】:

    【讨论】:

      【解决方案2】:

      您可以使用Ultimate CSS generator 来获得跨浏览器渐变为您编写的

      您可以使用this webpage 查看供应商特定选择器之间的差异。

      【讨论】:

        猜你喜欢
        • 2010-11-03
        • 2020-11-23
        • 1970-01-01
        • 2013-06-14
        • 1970-01-01
        • 2023-02-24
        • 2011-12-07
        • 1970-01-01
        • 2018-05-06
        相关资源
        最近更新 更多