Is it possible to stylize the down arrow on a drop down select element? i.e., (-->)
-->
I suspe
You would need to create your own dropdown using hidden divs and a hidden input element to record which option was "selected". My guess is that @Jan Hancic's link he posted is probably what you're looking for.