Originariamente inviato da Gas75
Hai il codice per farlo, cortesemente?
Ma tu cerchi sempre cose strane!
Ecco il codice
codice:
<form action="" method="post" enctype="text/plain" name="mioForm" target="_self">
    <select>
    	<option>Seleziona</option>
        <option style="background-image: url(bluetooth.png); background-repeat: no-repeat;">Bluetooth</option>
        <option style="background-image: url(epson.png); background-repeat: no-repeat;">Epson</option>
        <option style="background-image: url(grafica.png); background-repeat: no-repeat;">Grafica</option>
    </select>
</form>