Reputation: 3005
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
Upvotes: 3
Views: 8952
Reputation: 8540
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.
Upvotes: 1
Reputation: 449395
Nope, can't be done with normal HTML <select>
elements.
You would have to resort to a JavaScript-driven alternative.
Upvotes: 1
Reputation: 460068
You can take this jQuery Combo: http://www.marghoobsuleman.com/jquery-image-dropdown
Upvotes: 1
Reputation: 67194
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 :)
Upvotes: 2