为了账号安全,请及时绑定邮箱和手机立即绑定

为什么text-decoration不起作用

为什么text-decoration不起作用

幻灭丶 2016-01-20 23:57:19
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>   <title>读书网站</title>    <style type="text/css">        * {            margin: 0;            padding: 0;            font-size: 12px;        }        .wrap {            width: 770px;            margin: 0 auto;        }        .header  {            width: 762px;            border: 4px solid #badbdb;            background:url(../images/images/banner.gif) no-repeat;height:92px;            text-align:right;        }        a {            text-decoration-line: none;        }    </style></head><body><div class="wrap"><div class="header"><a href="#">联系我们</a> |<a href="#">地图站点</a></div></div></body></html>不知道问题出在哪里
查看完整描述

9 回答

?
zzq3963

TA贡献1条经验 获得超1个赞

text-decoration: none; 

这样就可以了

查看完整回答
1 反对 回复 2016-01-21
?
墨_玉

TA贡献1条经验 获得超0个赞

text-decoration-line是错误的

查看完整回答
反对 回复 2016-01-21
?
神君大人

TA贡献1条经验 获得超0个赞

  text-decoration-line: none;把里边的-line去掉就好了!

查看完整回答
反对 回复 2016-01-21
?
echo_kinchao

TA贡献600条经验 获得超86个赞

规范没写对呢

查看完整回答
反对 回复 2016-01-21
?
李晓健

TA贡献1036条经验 获得超461个赞

text-decoration: none;

不加line呢?

查看完整回答
反对 回复 2016-01-21
?
就酱ba

TA贡献1条经验 获得超0个赞

text-decoration-line: none;这个不起作用

查看完整回答
反对 回复 2016-01-21
?
心很空_天很蓝

TA贡献3条经验 获得超0个赞

语法:

text-decoration-line:none | [ underline || overline || line-through || blink ]

默认值:none

适用于:所有元素

继承性:无

动画性:否

计算值:指定的值

取值:

none:

指定文字无装饰

underline:

指定文字的装饰是下划线

overline:

指定文字的装饰是上划线

line-through:

指定文字的装饰是贯穿线

blink:

指定文字的装饰是闪烁。


查看完整回答
反对 回复 2016-01-21
?
心很空_天很蓝

TA贡献3条经验 获得超0个赞

text-decoration-line: none;

查看完整回答
反对 回复 2016-01-21
  • 9 回答
  • 0 关注
  • 9301 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信