Ho questo cod HTML di scelta:
<select name='period' size='1'>
<option selected>- Choose One -</option>
<option style='background-color: red;color: white;font-weight: bold;'>- january (1° week) - - reserved</option>
<option style='background-color: red;color: white;font-weight: bold;'>- january (2° week) - - reserved</option>
<option>- january (3° week) -</option>
<option>- january (4° week) -</option>
<option>- february (1° week) -</option>
<option>- february (2° week) -</option>
<option style='background-color: red;color: white;font-weight: bold;'>- february (3° week) - - reserved</option>
<option>- february (4° week) -</option>
</select>
Come posso modificarlo per far si che quando passo con il mouse o seleziono una delle scelte possibili mi venga un testo di spiegazione?
Es. mi posizione sopra january (3° week) e mi compare un testo (alias)
di spiegazione del tipo (sab 20 - ven 27)
E' possibile? Se si come posso fà?![]()
Grazie 1000
![]()