In Firefox, my custom styled select input unexpectedly moves upward (however it works fine in Chrome/Safari) when placed alongside a text input. The issue seems to be related to the overflow:hidden
property on the .styled div. If I remove this property, the select input goes back to its correct position, but reverts to displaying the default down arrow icon.
Is there a way to conceal the down arrow icon while keeping the select element in its proper place?
You can view an example of the issue here (please use Firefox to replicate the problem): http://jsfiddle.net/Q2sqX/
Thank you for your help!