如您所见,第一个.
超过了最后一个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; }
如您所见,第一个.
超过了最后一个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; }