私は次のようなHTMLコードを持っています:
<div style="width:100px;border: 1px solid red;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 auto">
<span style="float: left">LeftLeftLeftLeftLeftLeftLeftLeftLeftLeftLeftLeft</span>
</div>
しかし、ellipsis
うまくいかないようです。float
の属性を削除するspan
と、「LeftLeft...」で通常の方法で表示できます。互いに対立しますtext-overflow
か?float