1

Note: This Question is not a duplicate because the answers in the older questions do not work on FireFox 30.00 and up!
I am using the CSS below to replace the arrow of the select item and it's style. It works on Chrome but on FireFox 30 and above it looks like this:
enter image description here
Here is my CSS:

select { 
-webkit-appearance: none; 
-moz-appearance: none !important; 
appearance: none !important; 
padding: 2px 30px 2px 2px; 
border: none; 
background: transparent url(../images/select.gif) no-repeat left center; 
}

Jsfiddle
Can i remove the arrow?

Jacob G
  • 13,762
  • 3
  • 47
  • 67
jq beginner
  • 1,010
  • 3
  • 21
  • 41

0 Answers0