早教吧 育儿知识 作业答案 考试题库 百科 知识分享

谁能给我解释下CSS导航菜单里边的链接怎么不带下划线!还有段落和标题链接怎么不带下划线!----------------------------------------------我这举例一段代码我分析了半天也不知道怎么改!小弟是新手!

题目详情
谁能给我解释下CSS导航菜单里边的链接怎么不带下划线!
还有段落和标题链接怎么不带下划线!
----------------------------------------------
我这举例一段代码我分析了半天也不知道怎么改!小弟是新手!请耐心回答!
CSS代码:
* {margin:0;padding:0;font:arial 10px/22px "宋体";}
body {background:#f8f8f8;}
ul {list-style:none;width:510px;height:25px;margin:20px auto;}
li {float:left;width:86px;height:25px;
text-align:center;margin:0 -5px;display:inline;}
a {color:#fff; float:left;width:86px;height:25px;top:0;left:0;
background:url(tixingdaohang03.gif) center center no-repeat;}
a:hover {color:#000;width:86px;position:relative;
background:url(tixingdaohang02.gif) 0 0 no-repeat;}
html代码:
* {margin:0;padding:0;font:arial 10px/22px "宋体";}
body {background:#f8f8f8;}
ul {list-style:none;width:510px;height:25px;margin:20px auto;}
li {float:left;width:86px;height:25px;
text-align:center;margin:0 -5px;display:inline;}
a {color:#fff; float:left;width:86px;height:25px;top:0;left:0;
background:url(tixingdaohang03.gif) center center no-repeat;}
a:hover {color:#000;width:86px;position:relative;
background:url(tixingdaohang02.gif) 0 0 no-repeat;}
这好像是外链样式表的什么玩意吧?别给我发错了!
插入到哪里啊!
▼优质解答
答案和解析
a
语法:
text-decoration : none || underline || blink || overline || line-through
取值:
none : 默认值.无装饰
blink : 闪烁
underline : 下划线
line-through : 贯穿线
overline : 上划线
默认连接是由下划线的你设置为 none 就是了
看了谁能给我解释下CSS导航菜单里...的网友还看了以下: