Firefox css问题

时间:2012-08-19 14:29:11

标签: css wordpress firefox

我试图使用以下代码实现Firefox特定的CSS:

  @-moz-document url-prefix() { 
      #orbit-inside img.orbit-slide {
          width:100%!important;
          max-width:100%!important;
          height:auto;
          margin-top: 30px;
      }
 }

但这不适用于Fx,我能知道为什么这不起作用吗?

我正在实施的网站http://trichometechnology.com/(标题滑块)。

我需要一个Fx的上边距,因为没有其他浏览器显示的联系人,问题只出在firefox上。

1 个答案:

答案 0 :(得分:0)

您的代码适用于我(Win XP上的Firefox 14.0.1)

无论如何,如果添加

,则无需添加保证金
.custom-slider{clear:both;}

请记住在浮动元素后清除!