Style textOverflow 属性

返回上一级

Style 对象的 textOverflow 属性规定当文本溢出包含它的元素,应该发生什么

语法

返回 textOverflow 属性

object.style.textOverflow

设置 textOverflow 属性

object*.style.textOverflow="clip|ellipsis| string |initial|inherit"

属性值

描述
clip 默认值。裁剪文本
ellipsis 使用省略符号("...")来代表被裁剪的文本
string 使用给定的字符串来代表被裁剪的文本
initial 设置该属性为它的默认值。可以阅读 initial
inherit 从父元素继承该属性。可以阅读 inherit

返回值

字符串,表示元素的 text-overflow 属性

浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主流浏览器都支持 textOverflow 属性

范例

改变 textOverflow 属性

document.getElementById("myDIV").style.textOverflow="ellipsis";

运行范例 »

相关知识

CSS 参考手册: text-overflow 属性

返回上一级

JavaScript 参考手册

关于   |   FAQ   |   我们的愿景   |   广告投放   |  博客

  简单教程,简单编程 - IT 入门首选站

Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.