Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
Ok, how could I do it with JQuery? – Scott Hallauer Nov 12 '12 at 13:09

marked as duplicate by Mr. Alien, Jukka K. Korpela, bookcasey, Justin Satyr, bpeterson76 Nov 12 '12 at 22:41

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

3 Answers

up vote 1 down vote accepted

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.

share|improve this answer

You can follow this link with tutorial: http://bavotasan.com/2011/style-select-box-using-only-css/

share|improve this answer

http://bavotasan.com/2011/style-select-box-using-only-css/

be sure to read the comments too, this will probably not work in old(er) browsers, jquery is the better solution

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.