how can i put an image into select?

Posted by Syom on Stack Overflow See other posts from Stack Overflow or by Syom
Published on 2010-03-26T16:34:40Z Indexed on 2010/03/26 16:43 UTC
Read the original article Hit count: 315

Filed under:
|

i have this script

<select>
<option value="1">one<img src="star.gif" height="15" width="15"></img> </option>
</select>

but it doesn't work. how can i put an image into select? thanks

update:

so it's impossible?:(

© Stack Overflow or respective owner

Related posts about html

Related posts about css