gpt4 book ai didi

css - 属性文本溢出 : ellipsis not working

转载 作者:行者123 更新时间:2023-11-28 16:14:22 25 4
gpt4 key购买 nike

我有一张 table ,其中 th <td>样式如下。

table.tvTable td{
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap; // with this line i get one erally wide row
padding: 3px;
}

它们分别是 width 的样式(均以 px、% 和 * 为单位)。我也尝试设置整个表格的宽度(我不想这样做,因为我希望其中一列利用屏幕上可用的最大宽度)。

然而,没有剪裁发生,更不用说省略了。我在 Ch 和 FF。

最佳答案

这是一个 demo我是如何让它工作的。您确实必须如前所述使用 table-layout: fixed 。通过 CSS 设置 td 的宽度似乎也可以,无需在 HTML 中指定它。

如有任何问题,请告诉我!

关于css - 属性文本溢出 : ellipsis not working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11887208/

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