http://www.szfstar.com/en/product.asp?Mid=39怎么样 让产品分类文字点击后 显示为红色?样式怎么写 啊~ 各位大哥大姐帮下忙。谢谢!
点那个产品类别,那个产品类别的文字就是 红色的
<a href="Product.asp?SortId=<%=rs("PS_Id")%>"><%=rs("PS_Name")%></a>
样式.fl:link,fl:visited,fl:active {
font-family: Verdana, Arial, Helvetica, sans-serif, "微软雅黑";
font-size: 12px;
color: #000000;
text-decoration: underline;
line-height: 22px;
}
.fl:hover {
font-family: Verdana, Arial, Helvetica, sans-serif, "微软雅黑";
font-size: 12px;
color: #FF3300;
text-decoration: none;
line-height: 22px;
}