text-overflowNN なし IE 6 (Win) CSS なし

継承 : なし

テキストコンテキストが固定のボックス領域に収まらない場合、行の最後に省略記号 ( . . . ) を表示してテキストがまだあることを示すかどうかを制御します。要素は、overflow スタイル属性を hidden に設定する必要があります。

 
CSS 構文
 
text-overflow: overflowType
 

次の 2 つの定数値のいずれか : clip | ellipsis

 
既定値

clip

 
 
td {overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
 
適用先

ブロックレベル要素

 
オブジェクト参照
 
[window.]document.getElementById("elementID").style.textOverflow