Dear Web developer team,
I need to show mouse hover on an HTML Select Box .
below code for HTML label.But this doesn't work for HTML Select box
Example:
<span title='Click drop-down and select Type. '>
<select size="1" name="selType" class="Textfont">
<option value="-1">Select Type</option>
<option value="1">one</option>
<option value="2">two</option>
<option value="3">three</option>
</select>
</span>
Can Any one Help me at <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --><div title='Click drop-down and select Type. '>Â
<select size="1" name="selType" class="Textfont">
<option value="-1">Select Type</option>
<option value="1">one</option>
<option value="2">two</option>
<option value="3">three</option>
</select>
 </div>
I need to show mouse hover on an HTML Select Box .
below code for HTML label.But this doesn't work for HTML Select box
Example:
<span title='Click drop-down and select Type. '>
<select size="1" name="selType" class="Textfont">
<option value="-1">Select Type</option>
<option value="1">one</option>
<option value="2">two</option>
<option value="3">three</option>
</select>
</span>
Can Any one Help me at <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --><div title='Click drop-down and select Type. '>Â
<select size="1" name="selType" class="Textfont">
<option value="-1">Select Type</option>
<option value="1">one</option>
<option value="2">two</option>
<option value="3">three</option>
</select>
 </div>