the dropdown is used in my paypal button:
<input type="hidden" name="on0" value="Type">Type of sauce <br />
<select name="os0">
<option value="Select a type">-- Select a type --</option>
<option value="Red">Red sauce</option>
<option value="Green">Green sauce</option>
</select> <br />
Can I change this dropdown to images. So the user selects the image rather than selecting a value from the dropdown.