【问题标题】:drop-down list design in firefoxFirefox中的下拉列表设计
【发布时间】:2013-11-27 14:32:40
【问题描述】:

Opera、Chrome:http://s23.postimg.org/swo0s3bnv/opeera.png
火狐:http://oi44.tinypic.com/2zthd2t.jpg

我的CSS:

width: 170px;
height: 25px;
font-family: arial;
color:#9E9E9F;
font-size: 12px;
border-color:#EFEFEF;
border-width: 1px;
-webkit-appearance: none;
 -moz-appearance:none;
background: url(../img/select-ar.fw.png);
background-repeat: no-repeat;
background-position: 150px 8px;
cursor: pointer;
padding-left: 3px;
letter-spacing: 0.6pt;

它想要什么?

如何在 Firefox 中修复它?

【问题讨论】:

    标签: html css firefox select html-select


    【解决方案1】:

    您只能使用 :after 元素来制作这个,它会覆盖原来的 select

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-02-19
      • 2015-11-26
      • 2015-03-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-02-15
      • 1970-01-01
      相关资源
      最近更新 更多