gpt4 book ai didi

javascript - 使用 jquery.customSelect 插件强制下拉表单的多行

转载 作者:太空宇宙 更新时间:2023-11-04 13:29:30 25 4
gpt4 key购买 nike

这是一个奇怪的问题,我在使用下拉表单的 jQuery 插件时遇到了这个问题(插件主页:http://adam.co/lab/jquery/customselect/)

出于某种原因,在一些字符之后,选项标题强制为 2 行或更多行。我试过更改框的宽度,但这没有解决任何问题。

这是我的意思的一个例子:

http://jsfiddle.net/hysHB/999/

<select class="styled">
<option value="">This should all be on one line</option>
<option value="one">two</option>
</select>

最佳答案

尝试添加到你的CSS

.customSelectInner{
width:100% !important;
}

你也可以改变这个类的样式

.customSelect { 
/* This is the default class that is used */
/* Put whatever custom styles you want here */
}

.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}

.customSelectInner {
/* You can style the inner box too */
}

关于javascript - 使用 jquery.customSelect 插件强制下拉表单的多行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23453601/

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