3

enter image description here

is there a way to make the select options like the above? how to remove the default img in the select options? thank you.

zhuanzhou
  • 2,409
  • 8
  • 33
  • 51
  • 1
    [http://stackoverflow.com/questions/1895476/how-to-style-select-dropdown-with-css-only-without-javascript](http://stackoverflow.com/questions/1895476/how-to-style-select-dropdown-with-css-only-without-javascript) – Molecular Man Jul 26 '11 at 09:11

2 Answers2

2

http://tutorialzine.com/2010/11/better-select-jquery-css3/

This is a really good tutorial from a reliable site :)

I'm aware it uses jQuery but also makes use of CSS3

benhowdle89
  • 36,900
  • 69
  • 202
  • 331
1

This is a good question! Ive been searching for the solution for this along time. My belief is that, this is the bestest solution: http://www.filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/ You use it with jQuery UI and fully edit with css. However even more better solution would be making fully div and li based dropdown-menu with a hidden input, if you want to use it in a form.

Kalle H. Väravas
  • 3,579
  • 4
  • 30
  • 47