Firefox 30.0 - -moz-appearance:none not work [英] Firefox 30.0 - -moz-appearance: none not working

查看:150
本文介绍了Firefox 30.0 - -moz-appearance:none not work的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 <$> 

我使用此代码隐藏下拉箭头和它的工作正常在更新firefox之前,但现在在firefox 30.0。 c $ c> select {
-moz-appearance:none;
text-indent:0.01px;
text-overflow:'';

}

解决方案

我发现了一个解决方案

  select {
height:20px; //下拉菜单的高度
border:0 none;
display:flex;
background:url('image / sample.jpg');
}


I am using this code to hide the dropdown arrow and its working fine before the update of firefox but now in firefox 30.0 its broken.

select {
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';

}

解决方案

I found a solution

select{
  height:20px; // height of the dropdown
  border:0 none; 
  display: flex;
  background: url('image/sample.jpg');
}

这篇关于Firefox 30.0 - -moz-appearance:none not work的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆