2

IE9 文本溢出:省略号; 文本对齐问题:居中;

如您所见,第一个.超过了最后一个6,并且仅在IE9.

任何解决方法?

笔记:

<div class="truncate">666</div>

div { text-align: center; /* NOTE: The text should be on center. */ }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

http://jsfiddle.net/MvaGe/4/

4

1 回答 1

0

如果已设置word-wrap: bread-word,请将其更改为word:wrap: normal. 这个对我有用。

于 2017-11-16T07:12:44.170 回答