是否可以编写一个只选择调用了文本溢出行为的元素的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>
答案 0 :(得分:6)
没有没有CSS选择器可以用来选择发生溢出的元素。