<script>
function overit(obj){
obj.style.backgroundColor="#ecf5ff";
}
function outit(obj){
obj.style.backgroundColor="#ffffff";
</script>
然后在table的标签中加入:onmouseover="overit(this)" onmouseout="outit(this)"
川公网安备 51010402001278号