CSS text-overflow 属性用于指定某些文本已溢出并从视图中隐藏。必须将 white-space 属性设置为 nowrap 并且必须隐藏溢出属性。
句法:
text-overflow: clip|string|ellipsis|initial|inherit;
属性值:
- 剪辑:文本被剪辑,无法看到。这是默认值。
句法:
text-overflow: clip;
例子:
CSS | text-overflow Property Geeks For Geeks: A computer science portal for geeks.输出:
- 省略号:文本被剪切,被剪切的文本表示为‘…’ 。
句法:text-overflow: ellipsis;
例子:
CSS | text-overflow Property Geeks For Geeks: A computer science portal for geeks.输出:
- 字符串:使用编码器选择的字符串向用户表示剪切的文本。此选项仅在 Firefox 浏览器中可见。
句法:
text-overflow: string; where a string is defined by the coder.
例子:
CSS | text-overflow Property Geeks For Geeks: A computer science portal for geeks.输出:
- 初始值:此值将文本溢出属性设置为默认值。
句法:
text-overflow: initial;
例子:
CSS | text-overflow Property Geeks For Geeks: A computer science portal for geeks.输出:
- 继承:此值将 text-overflow 属性设置为父元素的值。
句法:
text-overflow: inherit;
例子:
CSS | text-overflow Property Geeks For Geeks: A computer science portal for geeks.I have inherited my overflow property from div.
输出:
支持的浏览器: text-overflow 属性支持的浏览器如下:
- 铬:4.0
- 火狐:7.0
- Safari:3.1
- 边缘:16
- 歌剧:11.0