Is it possible to stylize the down arrow on a drop down select element? i.e., (-->)
-->
I suspe
The drop-down is platform-level element, you can't apply CSS to it.
You can overlay an image on top of it using CSS, and call the click event in the element beneath.