为什么我在CSS鼠标样式大全里看不到效果呢

来源:百度知道 编辑:UC知道 时间:2024/05/18 01:41:19
有没有其它可以让我改变鼠标样式的方法呢 谢谢了
可我看不懂 不过还是谢谢你 请问有没有更简单一点的呢

义2种不同的链接样式,然后再文件中调用不同的样式,就可以实现不同的链接效果

<title>南天门永远的橘子</title>
<style type="text/css">
<!--
.orange{
background-color:orange;
padding:10px;}

.one A:link {
color: white;
text-decoration: underline;
}
.one A:visited {
text-decoration: none;
color: white;
}
.one A:hover {
color: blue;
text-decoration:underline;
}
.one A:active {
color: red;
text-decoration:none;
}

.two A:link {
color: black;
text-decoration: none;
}
.two A:visited {
text-decoration: none;
color:black;
}
.two A:hover {
color: white;
text-decoration:underline;
}
.two A:active {
color: red;
text-decoration:none;
}

-->
</style></head>

<body>
<div class="orange">
<div clas