#12006/8/24 16:50:45
我在一个表格里单独做了一个链接样式,
表样的类是main_font
样式定义:
#main_font{
text-align:center;
}
#main_font a:link {
corlor:#fff;text-decoration: none;
}
#main_font a:visited {
color:#fff;text-decoration: none;
background-color:#663399;
}
#main_font a:hover {
color:#ff9900;text-decoration: none;
}
#main_font a:active {
color:#ff0000;text-decoration: none;
}
不知道为什么,HTML页面里,A的样式还是默认的链接颜色,而不是白色,点击了这个链接以后,这个链接才变成白色,为什么会这样情况?怎样解决呢