复制代码 代码如下:
#hacker tr:hover{
background-color:red; //使用CSS伪类达到鼠标移入行变色的效果,比Jquery 的mouseover,hover 好用
}
.odd {
background-color: #ffc;
}
.even {
background-color: #cef;
}
| As You Like It | Comedy |
| All's Well that Ends Well | Comedy |
| Hamlet | Tragedy |
| Macbeth | Tragedy |
| Romeo and Juliet | Tragedy |
| Henry IV, Part I | History |
| Henry V | History |
下面是一个js版本的,需要的朋友可以参考下。


![jQuery 表格隔行变色代码[修正注释版] jQuery 表格隔行变色代码[修正注释版]](http://www.mshxw.com/aiimages/31/118843.png)