HTML DOM Style textDecorationLine 属性

知更鸟的死因

Style textDecorationLine 属性

在段落的顶部显示一条线:

document.getElementById("myP").style.textDecorationLine="overline";


定义和用法

textDecorationLine 属性设置或返回文本修饰要使用的线条类型。

注意:您也可以使用 textDecoration 属性设置 textDecorationLine。textDecoration 属性是 textDecorationLine、textDecorationStyle 和 textDecorationColor 属性的速记属性。

注意:您也可以同时使用多个值,比如 underline overline,来在文本的上方和下方都显示线条。


浏览器支持

HTML DOM Style textDecorationLine 属性 HTML DOM Style textDecorationLine 属性 HTML DOM Style textDecorationLine 属性 HTML DOM Style textDecorationLine 属性 HTML DOM Style textDecorationLine 属性

几乎所有的主流浏览器都不支持 textDecorationLine 属性。

Firefox 支持另一个可替代该属性的属性,即 MozTextDecorationLine 属性。


语法

返回 textDecorationLine 属性:

	object.style.textDecorationLine 

设置 textDecorationLine 属性:

	object.style.textDecorationLine="none|underline|overline|line-through|initial|inherit"

属性值

描述
none 默认值。规定文本修饰没有线条。
underline 规定文本的下方将显示一条线。
overline 规定文本的上方将显示一条线。
line-through 规定文本的中间将显示一条线。
initial 设置该属性为它的默认值。请参阅 initial
inherit 从父元素继承该属性。请参阅 inherit

技术细节

默认值: none
返回值: 字符串,表示元素的 text-decoration-line 属性。
CSS 版本 CSS3


版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com

目录[+]

取消
微信二维码
微信二维码
支付宝二维码