0

我试图使用以下代码实现 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 上。

4

1 回答 1

0

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

无论如何,如果添加,则无需添加边距

.custom-slider{clear:both;}

浮动元素后记得清除!

于 2012-08-19T15:10:35.823 回答