0

i searched lots of about this topic but doesn't got any solution
i want to change options field background of selected or hover option from default blue to something red or something other as marked in image.
i the image i want to change blue color(marked) to something else.

<select>
   <option>1</option>
   <option>2</option>
   <option>3</option>
   ......
   ......
</select>

enter image description here
Any help is appreciated..

Anonymous
  • 295
  • 1
  • 3
  • 12
  • is there any simple css solution without use of any plugin – Anonymous May 19 '14 at 15:11
  • 2
    * Currently there is no way to apply a css to get your desired result . Why not use libraries like choosen or select2 . These allow you to style the way you want. If you don want to use third party libraries then you can make a simple un-ordered list and play with some css.Here is thread you could follow How to convert –  May 19 '14 at 15:12

0 Answers0