为Mozilla设置Css

时间:2014-09-20 05:35:11

标签: html css

我想为Mozilla设置一些css。我写了这些css:

 @-moz-document url-prefix() {
    .button{
        background-color: red;
        border: 1px solid red;
        border-radius: 3px;
     }
 }

我的问题是这些都不起作用!我怎样才能解决这个问题? 谢谢你的帮助。

0 个答案:

没有答案