Hi all, can someone tell me how to display image in select form element
i've try to do this, but its not workin
<select name="select">
<option><img src="banner-xmas.gif"></option>
</select>
hope u guys can figure it out
Hi all, can someone tell me how to display image in select form element
i've try to do this, but its not workin
<select name="select">
<option><img src="banner-xmas.gif"></option>
</select>
hope u guys can figure it out
i don't thinks it possible with the select element. you could use a good amount of javascript to do it (not with the select element, but something similar).
thx kkeith how can i implement this in javascript or other stuff, if anyone knows how to solve this pls let me know
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.