14

是否可以编写一个仅选择已调用文本溢出行为的元素的 CSS 选择器?

<div style="width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis">
I don't want to select this
</div>

<div style="width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis">
But I do want to select this because it's overflowing
</div>

小提琴

4

1 回答 1

10

不,没有 CSS 选择器,您可以使用它选择发生溢出的元素。

于 2013-05-31T20:17:32.220 回答