text decoration text-decoration text-decoration-定义和用法,text-decoration

text-decoration在html语言中表示属性规定添加到文本的修饰(例如加下划线)。修饰的颜色由 "color" 属性设置。

text-decoration_text-decoration -定义和用法

说明
这个属性允许对文本设置某种效果,如加下划线。如果后代元素没有自己的装饰,祖先元素上设置的装饰会“延伸”到后代元素中。不要求用户代理支持 blink。
默认值:
none
继承性:
no
版本:
CSS1
JavaScript 语法:
object.style.textDecoration="overline"

text-decoration_text-decoration -浏览器支持

text decoration text-decoration text-decoration-定义和用法,text-decoration

所有主流浏览器都支持 text-decoration 属性。
注释:任何的版本的 Internet Explorer (包括 IE8)都不支持属性值 "inherit"。
注释:IE、Chrome 或 Safari 不支持 "blink" 属性值。

text-decoration_text-decoration -可能的值



描述
none
默认。定义标准的文本。
underline
定义文本下的一条线。
overline
定义文本上的一条线。
line-through
定义穿过文本下的一条线。
blink
定义闪烁的文本。
inherit
规定应该从父元素继承 text-decoration 属性的值。

text-decoration_text-decoration -实例


设置 h1、h2、h3、h4 元素的文本修饰:
h1 {text-decoration:overline}
h2 {text-decoration:line-through}
h3 {text-decoration:underline}
h4 {text-decoration:blink}

text-decoration_text-decoration -详细信息


语法:
text-decoration:none||underline||blink||overline||line-through
取值:
none:默认值。无装饰
blink:闪烁
underline:下划线
line-through:贯穿线
overline:上划线
说明:
检索或设置对象中的文本的装饰。
有href特性的a,以及u,ins对象默认值为underline。
对象strike,s,del,默认值是line-through。
假如none值在属性声明的最后,所有的先前的其他取值都会被清除。例如,声明text-decoration:underlineoverlineblinknone等于声明text-decoration:none。
假如对象没有文本(如img元素)或者是空元素(如:),此属性不会发生作用。
假如你设置body对象的此属性值为none,a对象将依然保持其原有的下划线样式。除非你针对a对象声明此属性值。
指定块对象的此属性将影响其所有内联子对象。而此影响一旦发生,块对象容器最终会受到影响。
在IE4+中可用的值为overline和blink。虽然blink值被提供,但它不会被作用。
此属性对于currentStyle对象而言是只读的。对于其他对象而言是可读写的。
对应的脚本特性为textDecoration。
示例:
div{text-decoration:underline;}
div{text-decoration:underlineoverline;}

  

爱华网本文地址 » http://www.aihuau.com/a/8104000103/148292.html

更多阅读

Whenwhileas的区别和用法 when while as的区别

Whenwhile as区别和用法http://blog.sina.com.cn/xuxuqianjin正东方教育一对一辅导 网站by,before,when,until,afte…As引导的从句一、简单记忆(1) 若主句表示的是一个短暂性动作,从句表示的是一个持续性动作,三者都可用:

5日均怎么看!-5日均线的定义和使用! 股票20日均线怎么看

5日均怎么看!-5日均线的定义和使用!第一: 5日均线定义:5日均线就是5天股票成交价格或指数的平均值,对应的是股价的5日均线(5MA)和指数的5日均线(5MA)。MA移动均线指标是反映股票价格运行趋势的重要指标(同样适用于期货外汇黄金等市场),其运行趋

surprise,surprising,surprised的区别和用法 surprising的用法

surprise,surprising,surprised的区别和用法surprise既可用作动词,也可用作名词。作动词用时意为“使(某人)惊奇或吃惊”。作名词用时意为“惊奇、吃惊”。如:the bad news didn't surprise them.这个坏消息没使他们吃惊。insurprise( 惊

白参的功效和用法 白参的功效

白参的功效和用法长白山人参 / 2011-03-30白参性味甘平,微苦稍寒。具有补气生津、宁神益智的功用。白参的功用,主要是能生津、养阴而清虚热。在临床上,凡是温热病后、津枯液少或肺燥干咳少痰、胃枯内燥口渴、高年肠燥便秘,以及经常遗精

声明:《text decoration text-decoration text-decoration-定义和用法,text-decoration》为网友俊的抽象分享!如侵犯到您的合法权益请联系我们删除