开发者

Dropdown issue on iPad Safari

I have a dropdown list coded as follows;

<select name="xyz" class="selectbox" size="6"/>

Now as it says size=6 , that means it should display 6 options at a time. While this works fine in desktop browsers like I开发者_StackOverflowE, FF, the same does not work correctly on the iPad Safari..

i.e. it shows it like a normal dropdown with 1 option visible at a time.

Is there any fix to correct this issue on iPad?


You could try setting the 'multiple' attribute to true. It will still not look the way you want it to look, but at least you will be able to select multiple items from the list.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜