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 に答える