March 10, 2012
css for drop list menu arrow
Question by Sowmya Shivaram
How do i change the default arrow of the drop list box to a different arrow design using css?
<select name="menu">
<option>list1</option>
<option>list2</option>
</select>
Answer by Starx
There is a plugin in jQuery called, jQuery SelectBox Plugin
. It replaces your native select box and replaces it with a customisable one.
See a demo of the plugin here.