网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

css中的text-decoration-line属性怎么用

小编给大家分享一下css中的text-decoration-line属性怎么用,希望大家阅读完这篇文章之后都有所收获,下面让我们一起去探讨吧!

创新互联公司制作网站网页找三站合一网站制作公司,专注于网页设计,网站建设、做网站,网站设计,企业网站搭建,网站开发,建网站业务,680元做网站,已为1000+服务,创新互联公司网站建设将一如既往的为我们的客户提供最优质的网站建设、网络营销推广服务!

text-decoration-line属性定义及用法

在css中,text-decoration-line属性是使用来规定文本修饰要使用的线条类型,如果需要同时设置text-decoration-line、text-decoration-style和text-decoration-color属性的值,可以使用text-decoration属性。text-decoration属性可以将这三个属性定义在一个声明中。text-decoration-line属性支持多个属性值,比如使用underline和overline(text-decoration-line:underlineoverline;),在文本的上方和下方都显示线条.

text-decoration-line属性是css3中新增的属性,目前主流浏览器都还不支持该属性,但是Firefox浏览器支持另一个可替代该属性的属性(-moz-text-decoration-line属性)。

text-decoration-line属性语法格式

css语法:text-decoration-line:none/underline/overline/line-through/initial/inherit

JavaScript语法:object.style.textDecorationLine="overline"

属性值说明

none:默认值,规定文本修饰没有线条

underline:规定文本的下方将显示一条线

overline:规定文本的上方将显示一条线

line-through:规定文本的中间将显示一条线

initial:设置该属性为它的默认值

inherit:从父元素继承text-decoration-line属性的值

实例

csstext-decoration-line属性文本修饰的线条类型

p{text-decoration:underline;}

#p1{text-decoration-line:overline;-moz-text-decoration-line:overline;}

#p2{text-decoration-line:underline;-moz-text-decoration-line:underline;}

#p3{text-decoration-line:line-through;-moz-text-decoration-line:line-through;}

#p4{text-decoration-line:overlineunderline;-moz-text-decoration-line:overlineunderline;}

text-decoration-line属性演示1

text-decoration-line属性演示2

text-decoration-line属性演示3

text-decoration-line属性演示4



css中的text-decoration-line属性怎么用

看完了这篇文章,相信你对“css中的text-decoration-line属性怎么用”有了一定的了解,如果想了解更多相关知识,欢迎关注创新互联行业资讯频道,感谢各位的阅读!


文章题目:css中的text-decoration-line属性怎么用
文章网址:http://bjjierui.cn/article/giihdj.html

其他资讯