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

11,885

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/

Share:
11,885
Admin
Author by

Admin

Updated on June 05, 2022

Comments

  • Admin
    Admin almost 2 years

    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?