I want to have a select drop down but it would only show the arrow.
So everything works the same way but the selected/current value will not be shown. The only thing you can click is the small drop down arrow button.
Is this possible in jquery/css?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
HTML:
CSS:
I’ve made a fiddle at: http://jsfiddle.net/M8Zmc/
If you are particular about making this cross-browser friendly, you can use your own image for the arrow and fix the width & height:
CSS:
HTML:
Again the fiddle is at: http://jsfiddle.net/M8Zmc/3/