在段落的下方显示一条波浪线:
p
{
text-decoration: underline;
-moz-text-decoration-style: wavy; /* 针对 Firefox 的代码 */
}
几乎所有的主流浏览器都不支持 text-decoration-style 属性。
Firefox 支持另一个可替代该属性的属性,即 -moz-text-decoration-style 属性。
text-decoration-style 属性规定线条如何显示。
默认值: | solid |
---|---|
继承: | 否 |
可动画化: | 否。请参阅 可动画化(animatable)。 |
版本: | CSS3 |
JavaScript 语法: | object.style.textDecoration |
text-decoration-style: solid|double|dotted|dashed|wavy|initial|inherit;
值 | 描述 | 测试 |
---|---|---|
solid | 默认值。线条将显示为单线。 | 测试 » |
double | 线条将显示为双线。 | 测试 » |
dotted | 线条将显示为点状线。 | 测试 » |
dashed | 线条将显示为虚线。 | 测试 » |
wavy | 线条将显示为波浪线。 | 测试 » |
initial | 设置该属性为它的默认值。请参阅 initial。 | 测试 » |
inherit | 从父元素继承该属性。请参阅 inherit。 |
备案信息: 粤ICP备15087711号-2
Copyright © 2008-2024 啊嘎哇在线工具箱 All Rights.
本站所有资料来源于网络,版权归原作者所有,仅作学习交流使用,如不慎侵犯了您的权利,请联系我们。