html链接颜色问题

来源:百度知道 编辑:UC知道 时间:2024/06/22 06:14:03
看这个网址的底部 怎么把他们颜色改成和周围的一样

http://miluackol.srt9.idcwind.net/blog/

.bottom {color:#ff6600} //文本颜色
.bottom a{color:#ff6600} //链接颜色
.bottom a:visited{color:#ff6600} //已访问链接颜色
.bottom a:hover{color:#ff3300} //鼠标经过时链接颜色

然后把底部<td class="bottom"><a href="#">test</a></td>
这样就可以了