#32004/9/21 15:28:43
俺用的两种链接方式,发下
<style>
a:link {
font-size: 12px;
color: #7bae08;
text-decoration: none;
}
a:visited {
font-size: 12px;
text-decoration: none;
color:#7bae08;
}
a:hover {
font-size: 12px;
color: #7bae08;
text-decoration:underline;
}
a:active {
font-size: 12px;
color: #FF6600;
text-decoration: none;
}
a.a1:link {
font-size: 12px;
color: #FF6600;
text-decoration: none;
}
a.a1:visited {
font-size: 12px;
text-decoration: none;
color:#FF6600;
}
a.a1:hover {
font-size: 12px;
color: #FF6600;
text-decoration:underline;
}
a.a1:active {
font-size: 12px;
color: #FF6600;
text-decoration: none;
}
</style>