Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
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?
<select>
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/
Add a comment
<select>tag. You must instead use a javascript dropdown.