Forum Moderators: mack

Message Too Old, No Replies

Option or pop-up menu with image?

Option, css, html

         

HeadBut

7:33 pm on Jun 6, 2006 (gmt 0)

10+ Year Member



I'd like to use a select with option and include an image (in the individual option/s)that represents the options my users have. Is this done with html or css?

MichaelBluejay

10:54 pm on Jun 7, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Why didn't you just try it to see that it works?

<select>
<option value=1><img src=1.gif>
<option value=2><img src=2.gif>
</select>

...works fine.