Edit CSS Styling of HTML Select Button

button, css, forms, html

Solution

That is not possible to accomplish cross browser with only CSS.

To get nice looking select fields you must use javascript.

There are a couple libraries for this:

http://www.emblematiq.com/lab/niceforms/

http://uniformjs.com/

I am pretty sure you can find more if you just google for it.

Problem

Possible Duplicate: Is it possible to style a select box? I would like to know if it is possible with CSS to change the styling of a HTML select field. I want to make the button with the arrow inside transparent but keep the arrow there, so basically removing the button look of the arrow.

Original source

Related problems