views:

39

answers:

4

Hi All,

Is there any code or site which will provide me a source code for custom select

I want to use a image in in place of default dropdown icon..

Thanks

A: 

It can't be done with normal HTML or CSS, I've tried also.

You might find this useful: jQuery custom select boxes.

Really easy to implement and you can style the select boxes any way you want.

Hope it helps :)

Kyle Sevenoaks
A: 

You can take this jQuery Combo: http://www.marghoobsuleman.com/jquery-image-dropdown

Tim Schmelter
A: 

Nope, can't be done with normal HTML <select> elements.

You would have to resort to a JavaScript-driven alternative.

Pekka
A: 

The Uniform plugin for jQuery is quite nice for this; it let's you style the select drop down form element as well as check boxes and radio buttons. It's worth a look.

monkeyninja