谁能给我解释下CSS导航菜单里边的链接怎么不带下划线!说详细点!

[复制链接]
查看11 | 回复5 | 2010-12-22 18:43:06 | 显示全部楼层 |阅读模式
谁能给我解释下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;}
这好像是外链样式表的什么玩意吧?别给我发错了!
插入到哪里啊!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

回复

使用道具 举报

千问 | 2010-12-22 18:43:06 | 显示全部楼层
a 语法:text-decoration : none || underline || blink || overline || line-through 取值:none:默认值。无装饰 blink:闪烁 underline:下划线 line-through:贯穿线 overline:上划线 默认连接是由下划线的你设置为 none 就是了
回复

使用道具 举报

千问 | 2010-12-22 18:43:06 | 显示全部楼层
text-decoration: none 表示无下划线,把这个加进去就可以了。如果a:link 、a:visited 、a:hover三种链接状态的样式相同,即为:
回复

使用道具 举报

千问 | 2010-12-22 18:43:06 | 显示全部楼层
在链接a {color:#fff; float:left;width:86px;height:25px;top:0;left:0;}里加上这句就OK了text-decoration:none;下个CSS2的样式表!!不求最新的!!你多看看!!!就晓得了!!1楼的给的答案就是样式表里的(完全COPY,不过蛮细心的) 不带下划张就直接插到a里就可
回复

使用道具 举报

千问 | 2010-12-22 18:43:06 | 显示全部楼层
只要在你网页里加上 在…之间输入如下代码:
就 ok了
回复

使用道具 举报

千问 | 2010-12-22 18:43:06 | 显示全部楼层
text-decoration:none在需要设置为无下划线的标签里边加上style="text-decoration:none"就可以了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行