是否有一个CSS选择器可以选择带有溢出文本的元素?

时间:2013-05-31 20:10:09

标签: css css-selectors css3

是否可以编写一个只选择调用了文本溢出行为的元素的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>

Fiddle

1 个答案:

答案 0 :(得分:6)

没有没有CSS选择器可以用来选择发生溢出的元素。