Why Does "size" Property Doesn't Shows Up Multiple Options Like A List Box On A Mobile Device?
I am building a Mobile application using Phone-gap.I am stuck at one place. If i set size='5' it shows up list box with 5 elements in safari and Firefox browser(I tested on those t
Solution 1:
There is little you can do with selects and not many options available. I usually run into dead ends.
You could try unordered lists.
<ul>
<li></li>
<li></li>
</ul>
Post a Comment for "Why Does "size" Property Doesn't Shows Up Multiple Options Like A List Box On A Mobile Device?"