gpt4 book ai didi

HTML/CSS 省略号 (...) 不工作

转载 作者:太空狗 更新时间:2023-10-29 15:36:04 24 4
gpt4 key购买 nike

我正在尝试让省略号在我的网站上工作。这是以下 HTML/CSS 代码,但似乎无法正常工作。

CSS:

.oneline {
text-overflow:ellipsis;
white-space: nowrap;
width: 50px;
overflow: hidden;
}

HTML:

<div class="oneline">Testing 123 Testing 456 Testing 789</div>

最佳答案

基于 initial post ,我们都假设显而易见,但以防万一......;)

<style type="text/css">
.oneline {
text-overflow : ellipsis;
white-space : nowrap;
width : 50px;
overflow : hidden;
}
</style>
<div class="oneline">Testing 123 Testing 456 Testing 789</div>

http://jsfiddle.net/NawcT/

编辑:解决方案是设置段落与 div 的样式。

关于HTML/CSS 省略号 (...) 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10762424/

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