CSS中a:link改变未点击的颜色,改变不了<html><head><title></title></head><link href="my.css" rel="stylesheet" type="text/css"/><body><div><span class="sty
来源:学生作业帮助网 编辑:六六作业网 时间:2024/12/22 17:07:32
CSS中a:link改变未点击的颜色,改变不了<html><head><title></title></head><link href="my.css" rel="stylesheet" type="text/css"/><body><div><span class="sty
CSS中a:link改变未点击的颜色,改变不了
<html>
<head><title></title></head>
<link href="my.css" rel="stylesheet" type="text/css"/>
<body>
<div>
<span class="style1"><a href="#">rqwerwerwqe</a></span>
<a class="style1" href="#">rqwerwerwqe</a>
<a href="#">rqwerwerwqe</a>
<a href="#">rqwerwerwqe</a>
<a href="#">rqwerwerwqe</a>
</div>
</body>
</html>
a.style1:link{
color: red;
font-size:24px;
font-family:"微软雅黑";
text-decoration:none;
}
最上面的图是在360显示的,变不了红色,而在iE中可以,这是兼容问题?
应该是
a:link{
color: red;
font-size:24px;
font-family:"微软雅黑";
text-decoration:none;
}
刚才发错了
CSS中a:link改变未点击的颜色,改变不了<html><head><title></title></head><link href="my.css" rel="stylesheet" type="text/css"/><body><div><span class="sty
亲试360可以
你清理一下浏览痕迹再试试