Text Overflow
オーバーフローするテキストを、省略して表示させます。
Microsoftでは、<TABLE>関係を除くタグで利用できるようになっていますが、<DIV>タグ以外は、うまく表示できません。利用できるタグに制限があるようです。
{ text-overflow: ellipsis | clip }
省略して表示
ELLIPSISで省略して表示します。
{ text-overflow: ellipsis }
text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
Dynamic HTML (DHTML) is a set of innovative features
in Microsoft® Internet Explorer 4.0.
By enabling authors to dynamically change the rendering and content
of a document,
DHTML gives authors the ability to create visually outstanding HTML
documents that interact with the user without the burden of relying
on server-side programs or complicated sets of HTML pages to achieve
special effects.
そのまま表示
CLIPで、そのまま表示します。
{ text-overflow: clip }
text-overflow: clip; white-space: nowrap; overflow: hidden;
Dynamic HTML (DHTML) is a set of innovative features
in Microsoft® Internet Explorer 4.0.
By enabling authors to dynamically change the rendering and content
of a document,
DHTML gives authors the ability to create visually outstanding HTML
documents that interact with the user without the burden of relying
on server-side programs or complicated sets of HTML pages to achieve
special effects.
|
|
|
|---|