Is there any easy way to style <option>
tag after <select>
without javascript? i tried to add class or another tag in it.
<option><span> </span><option> OR
<option><lable class="padding"> </lable><option>
it doesn't show any tags. i'm trying to put some padding for option text. Please suggest.