このソリューションの前に見ましたが、正確にどこにあるか覚えていません... JSなし
回線が切れているときはうまくいくかもしれません。しかし、css プロパティとは何ですか?
質問: ユーザーに表示する方法:ドット、テキストが 150px を超える場合
div {
font-family: Arial;
background: #99DA5E;
margin: 5px 0;
padding: 1%;
width: 150px;
overflow: hidden;
height: 17px;
color: #252525;
}
<div>apple</div>
<div>jack fruit</div>
<div>super puper long title for fruit</div>
<div>watermelon</div>