CSS3 text-overflow 属性

实例

使用 text-overflow 属性:

div.test
{
text-overflow:ellipsis;
}

text-overflow 属性。

text-overflow

默认值: clip
继承性: no
版本: CSS3
JavaScript 语法: object.style.textOverflow="ellipsis"

语法

text-overflow: clip|ellipsis|string;
描述 测试
clip 测试
ellipsis 测试
string 文本。

相关页面

CSS3 教程:CSS3 文本效果