Is there any way to change the default look of HTML drop down box created with html select tag.
I want to create a dropdown using HTML which needs to have an image instead of regular icon.Is it possible.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
It is not possible to change the form element. If you want it to look different, you need to build yourself a control out of HTML and JavaScript. Messy!
Eric
stella fernandis
Greenhorn
Joined: Jan 02, 2009
Posts: 4
posted
0
It is such a nice idea I have never heard about it . I just want to try it. Thank you so much for sharing.