<style type="text/css">
<!--
.table1 tbody
tr {
onmouseover: expression(onmouseover=function(){
this.style.borderColor ='blue';
this.style.color='red';
this.style.backgroundColor ='yellow'});
onmouseout: expression(onmouseout=function (){
this.style.borderColor='';
this.style.color='';
this.style.backgroundColor =''});
}
-->
</style>
转载于:https://my.oschina.net/ykai/blog/9498