I am looking to display a info box when user hover on the select option. for ex:
<select id = "sel">
<option value="sick leave">Sick leave</option>
<option value="urgent leave">urgent leave</option>
<option value="maternity leave">Maternity leave</option>
<option value="relocation leave">Relocation leave</option>
</select>
when the user mouse over the options a message box should display showing the number of leaves he is left with of that particular type and as he moves down the info should change according to the type of leave the cursor is pointing