在css中,如何设置一部分超链接有下划线,一部分没有下划线
答案:4 悬赏:80 手机版
解决时间 2021-03-23 15:11
- 提问者网友:不要迷恋哥
- 2021-03-23 10:50
在css中,如何设置一部分超链接有下划线,一部分没有下划线
最佳答案
- 五星知识达人网友:愁杀梦里人
- 2021-03-23 11:32
给其中一种定义个类,通过类选择器控制是否有下划线这一样式。
类选择器允许以一种独立于文档元素的方式来指定样式。
语法:
E.myclass { sRules }
说明:
以class属性包含myclass的E对象作为选择符。
下划线通过设置text-decoration属性来实现。
语法:
text-decoration:<' text-decoration-line '> || <' text-decoration-style '> || <' text-decoration-color '>
默认值:看每个独立属性
适用于:所有元素
继承性:无
动画性:看每个独立属性
计算值:看每个独立属性
相关属性:<' text-decoration-skip '> || <' text-underline-position '>
取值:
<' text-decoration-line '>:
指定文本装饰的种类。相当于CSS2.1的 <' text-decoration '> 属性,可取值:none | underline | overline | line-through | blink
<' text-decoration-style '>:
指定文本装饰的样式。
<' text-decoration-color '>:
指定文本装饰的颜色。
类选择器允许以一种独立于文档元素的方式来指定样式。
语法:
E.myclass { sRules }
说明:
以class属性包含myclass的E对象作为选择符。
下划线通过设置text-decoration属性来实现。
语法:
text-decoration:<' text-decoration-line '> || <' text-decoration-style '> || <' text-decoration-color '>
默认值:看每个独立属性
适用于:所有元素
继承性:无
动画性:看每个独立属性
计算值:看每个独立属性
相关属性:<' text-decoration-skip '> || <' text-underline-position '>
取值:
<' text-decoration-line '>:
指定文本装饰的种类。相当于CSS2.1的 <' text-decoration '> 属性,可取值:none | underline | overline | line-through | blink
<' text-decoration-style '>:
指定文本装饰的样式。
<' text-decoration-color '>:
指定文本装饰的颜色。
全部回答
- 1楼网友:怀裏藏嬌
- 2021-03-23 14:50
给链接加样式:把想要有下划线的加text-decoration:underline;
把不想要有的加上text-decoration:none;
希望能帮到你/
把不想要有的加上text-decoration:none;
希望能帮到你/
- 2楼网友:煞尾
- 2021-03-23 13:26
下划线是超链接自带的,不想有下划线,no-decoration
- 3楼网友:我住北渡口
- 2021-03-23 12:46
给链接加样式:把想要有下划线的加text-decoration:underline;
把不想要有的加上text-decoration:none;
希望能帮到你/
把不想要有的加上text-decoration:none;
希望能帮到你/
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯