css a链接 写法 新手篇

今天jquery博客被问到咋写a链接后的样式
这个是很早很早一直沿用的方法,一般这样就能hover
一般都<p><a href=”">Hello Word</a></p>
.red{color:#e72159}
a.red{color:#e72159;text-decoration: none}
a:hover.red{color:#e72159;text-decoration: none}

转自 jquery http://www.jqueryba.com/300.html

posted @ 2012-10-06 08:48  遗失的天空  阅读(172)  评论(0编辑  收藏  举报