I\'m trying to style a select element using CSS3. I\'m getting the results I desire in WebKit (Chrome / Safari), but Firefox isn\'t playing nicely (I\'m not ev
select
This works (tested on Firefox 23.0.1):
select { -moz-appearance: radio-container; }