单元格移动时高亮

onmouseover="this.className='highlight'"   onmouseout="this.className='white'"

.highlight td{

  background-color:#fdecae;/*黄色背景*/

}

.white td{

  background-color:white;

}

原文地址:https://www.cnblogs.com/yushouling/p/5035915.html