Link to home
Start Free TrialLog in
Avatar of idalton
idalton

asked on

Image within option tag?

I want to be able to put a (gif or ico) next to my text on a option tag.  I have fooled around with it and can't get the gif to show up next to the option text.  Basically I want my listbox to look like the address book in outlook with the globals next to peoples names.

With the option example below where in there would I put the img tag to get it to show next to the text in the listbox on the web.
 
<select name="cboCompany" size="9">
<option value="Hello">"Test"</option>
</select>
ASKER CERTIFIED SOLUTION
Avatar of webwoman
webwoman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of webwoman
webwoman

Thanks for the A! ;-)