gpt4 book ai didi

html - 如何在 webkit 浏览器中将 select-element 上的 size-Attribute 设置为 2 或 3?

转载 作者:行者123 更新时间:2023-11-28 03:41:08 24 4
gpt4 key购买 nike

这行不通:

<select size="2">
<option>Mars</option>
<option>Earth</option>
<option>Jupiter</option>
</select>

http://jsfiddle.net/uteb6/

无法将 select 的 size-attribute 设置为 2 或 3。任何其他值都可以正常工作。有解决办法吗?为什么这不可能?

Jquerys $('select').attr('size', '2'); 也不会工作。

使用 Safari 5.1.7 测试

最佳答案

似乎这种行为不一定是规范的一部分,至少在 sitepoint 中是这样:

If the size is set to "1", or omitted entirely, the select will render as a pull-down list. If the value is greater than "1", the select renders as list of options. If the value of the size attribute is lower than the number of option elements contained in the select list, the browser will display a scroll bar control to indicate that there are more options to view or action below

http://reference.sitepoint.com/html/select/size

您可以根据需要使用 height css 来调整它。

http://jsfiddle.net/uteb6/10/

关于html - 如何在 webkit 浏览器中将 select-element 上的 size-Attribute 设置为 2 或 3?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10938442/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com