I want a separator in my dropdown list.
My code goes like this....
- Code: Select all
Option 1:
<select>
<option>a</option>
<hr>
<option>b</option>
<option>c</option>
<option>d</option>
</select>
But this is not being supported on HTML5.
I am using Mac. It was working fine on Snow Leopard OS, but in LION the separator is not coming at all.