一般情况下,((x)html中)不能在它link的单独的*.css文件中加入firefox标志。需要在(x)html的head中加入<style>标签来做处理。下面是笔者项目中用到的一个做法。

<style type="text/css">
            @-moz-document url-prefix() {
                #modload {
                width: 325px;
            }
            }
</style>

 

 

相关文章:

  • 2021-10-12
  • 2022-12-23
  • 2021-12-22
  • 2021-05-26
  • 2022-02-01
  • 2021-11-29
  • 2021-11-29
  • 2022-12-23
猜你喜欢
  • 2021-11-17
  • 2021-12-17
  • 2021-05-24
  • 2022-12-23
  • 2021-06-11
  • 2021-10-29
相关资源
相似解决方案