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?
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/
精彩评论