ho provato ma non funziona non mi mostra niente..
Codice PHP:
<select name="select" id="select">
<option>Low Cost</option>
<option style="background:url(<%response.write percorso%>/img/1.gif) no-repeat 0 0;">-----</option>
<option style="background:url(<%response.write percorso%>/img/2.gif) no-repeat 0 0;">-----</option>
</select>
ho provato anche tramite icss
Codice PHP:
Option.1stella {
background-image: url(../img/1.gif);
background-repeat: no-repeat;
}
<option class="1stella">-----</option>
niente da fare..
:master: