简体   繁体   中英

How to change a default drop down icon of select list

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

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 :)

你可以使用这个jQuery Combo: http//www.marghoobsuleman.com/jquery-image-dropdown

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

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM