Hi Friends....,
-webkit-appearance: none; is not Working for me in firefox 32.3 browser (Which i had installed)
but its working fine for me in chrome
for firefox i google it and find out
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
-moz-appearance: none;
from stackoverflow the below link
http://stackoverflow.com/questions/5748351/webkit-appearance-none-firefox-equivalent
its also not fine for me can i get clear solution to disable dropdown arrow in firefox using css
With Regards.....,
R.V.Rajagopalan
Loading

Rajagopalan R VPosted Nov 3, 2014, 4:45 AM
Thank You for Your Reply and The Link Is Not Loading Please Can U Post Any other Link or the Solution.
Regards....,
Rajagopalan R.V
Jaganathan BantheswaranPosted Oct 26, 2014, 7:46 AM
This is not the good solution but for time being you could use something like
http://jsfiddle.net/Jaganathan/h1ufbr2w/