gpt4 book ai didi

javascript - 当我在选项中有 2 个或更多单词时,Cufon + SelectBoxIt 组合广告三个点

转载 作者:行者123 更新时间:2023-11-30 10:33:44 25 4
gpt4 key购买 nike

我有这样的代码:

<script type="text/javascript">
Cufon.replace('#select-stuff', { fontFamily: 'Myriad Pro' });
Cufon.refresh('#select-stuff');
</script>

<script>
$(document).ready(function(){

// loading selectBoxIt
var select = $("select");
select.selectBoxIt();

// code to fix reloading cufon on select change in select box
refreshCufon();
select.change(function() {
refreshCufon();
});
function refreshCufon() {
Cufon.replace('#select-stuff', { fontFamily: 'Myriad Pro' });
Cufon.refresh();
}

});
</script>

它有效,但是当我有例如选项中的 2 个或更多单词出错了,而不是它添加的单词像这样的三个点:

enter image description here

enter image description here

所以有多少单词并不重要。它以某种方式用三个点替换了最后一个词。

知道问题出在哪里吗?

最佳答案

<style rel="stylesheet">
.selectboxit-text {
text-overflow: clip;
}
</style>

关于javascript - 当我在选项中有 2 个或更多单词时,Cufon + SelectBoxIt 组合广告三个点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15229948/

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