gpt4 book ai didi

html - IE 不显示组合框的全部内容

转载 作者:行者123 更新时间:2023-11-28 00:24:56 25 4
gpt4 key购买 nike

我在选择中使用了以下 html 代码。

<html>
<head>
<title>
</title>
</head>
<body>
<form>
<select id="cbotest" style="width:100px;">
<option id="Option1">test value for option value 1</option>
<option id="Option2">test value for option value2 long description</option>
<option id="Option3">test value foroption value3 very long description</option>
</select>
</form>
</body>
</html>

但是 Internet Explorer 显示组合框的内容,如下所示。它截断组合框的内容以匹配组合框的宽度。该问题仅存在于 IE 中。 Mozilla 和 Firefox 中不存在此问题。我该如何解决这个问题?

test value for
test value for
test value for

最佳答案

我曾经遇到过这个问题。我通过在有人单击它时将宽度设置为自动并在用户关闭弹出窗口时重置宽度来解决它。我只有在打开 ie 时才使用这个技巧。

关于html - IE 不显示组合框的全部内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6555659/

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