textOverflow 属性指定当文本溢出包含元素时应该发生的情况。
Property | |||||
---|---|---|---|---|---|
textOverflow | Yes | Yes | Yes | Yes | Yes |
返回 textOverflow 属性:
object.style.textOverflow
设置 textOverflow 属性:
object.style.textOverflow = "clip|ellipsis|
string|initial|inherit"
Value | Description |
---|---|
clip | Default value. Clips the text |
ellipsis | Render an ellipsis ("...") to represent clipped text |
string | Render the given string to represent clipped text |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 夹子 |
---|---|
返回值: | 一个字符串,表示元素的文本溢出属性 |
CSS版本 | CSS3 |
CSS 参考:文本溢出属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!