Hello,

I have this code for a dropdown menu. Is it possible to change the
appearance of each "option" - eg. each option(product1 thru product3)
must have a different colour and be "bolded" and underlined.

Can it be done??

Thanks,
T

<select name="test" size="1">
<option value="Product1">Product1</option>
<option value="Product2">Product2</option>
<option value="Product3">Product3</option>
</select>