2

IE9 テキスト オーバーフロー: 省略記号;  text-align に関する問題: center;

ご覧のとおり、最初.のものは最後のものを乗り越え、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