Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to css this little button next to <select> element? [duplicate]

i wanna to change style (background, etc) of the little button with arrow that is on left side of < select > tag. Anyone know if it is possible and how to do that?


1 Answers

I'm not aware of any good cross-browser methods to style a select box with just css, but I have had success in the past with this using jquery ui

http://filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/

like image 196
Logan W Avatar answered Oct 28 '25 19:10

Logan W