how to leave a gap in select list from left
Posted
by Mayur
on Stack Overflow
See other posts from Stack Overflow
or by Mayur
Published on 2010-06-08T12:48:22Z
Indexed on
2010/06/08
12:52 UTC
Read the original article
Hit count: 162
Hi All,
I m trying to leave a gap from left in select list, but its getting problem in firefox and safari please give me source code or any reference link from where i can work...
code which i use :
<select style="padding:10px">
<option>Male</option>
<option>female</option>
<option>other</option>
</select>
Thanks
© Stack Overflow or respective owner