1.为什么不能去掉css 的链接文字的下划线? 2.为什么不能改变 css 的链接文字的颜色?
我不知道什么地方出错了,就是不能去掉链接文字的下划线和改变链接文字的颜色。请高人帮我看看!到底是哪里出错了!(是不是文档的声明类型不对?还是<htmlxxxxxxxxxx...
我不知道什么地方出错了,就是不能去掉链接文字的下划线和改变链接文字的颜色。
请高人帮我看看!到底是哪里出错了!
(是不是文档的声明类型不对?还是 <html xxxxxxxxxxxxxxxxxx.> 这个部份出错?)
代码是用 xp 系统的“计事本“写的。
代码如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3c.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
<head>
<title>css 的测试</title>
<style type="text/css">
a:link {color: blue; text-decoration:none;}
#div1{width:444px; height:444px; border-color:red; border-width:1px; border-style:inset; margin-top:10px; margin-left:auto; margin-right:auto; text-decoration:none;}
</style>
</head>
<body>
<div id="div1" >
<a href="http://www.wenming.cn/zt/sbhr.htm" target="_blank" title="网页">这是一个链接</a>
</div>
</body>
</html> 展开
请高人帮我看看!到底是哪里出错了!
(是不是文档的声明类型不对?还是 <html xxxxxxxxxxxxxxxxxx.> 这个部份出错?)
代码是用 xp 系统的“计事本“写的。
代码如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3c.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
<head>
<title>css 的测试</title>
<style type="text/css">
a:link {color: blue; text-decoration:none;}
#div1{width:444px; height:444px; border-color:red; border-width:1px; border-style:inset; margin-top:10px; margin-left:auto; margin-right:auto; text-decoration:none;}
</style>
</head>
<body>
<div id="div1" >
<a href="http://www.wenming.cn/zt/sbhr.htm" target="_blank" title="网页">这是一个链接</a>
</div>
</body>
</html> 展开
3个回答
展开全部
加上一句
a:hover{color: red; }
就可以变色了
下划线没有看到 已经去掉了
实在不行 你可以加一句
a:link{text-decoration:none} 试试看
a:hover{color: red; }
就可以变色了
下划线没有看到 已经去掉了
实在不行 你可以加一句
a:link{text-decoration:none} 试试看
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
ie6上运行的的结果是:
1、没有出现链接文字的下划线,而且在你现有的写的代码下也是不可能会出现下划线的;
2、颜色是正常文字链接的颜色,没改变是你样式没写出来想要改变的颜色;
1、没有出现链接文字的下划线,而且在你现有的写的代码下也是不可能会出现下划线的;
2、颜色是正常文字链接的颜色,没改变是你样式没写出来想要改变的颜色;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询