| 发表于:2007-01-12 10:43:29 楼主 |
<script> function chg(o){ o.bgcolor= "#99ccff " // o.style.color= 'blue ' } function out(o,c){ o.bgcolor=c // ' o.style.color= ' ' } </script> 如: <td bgcolor= "#cccccc " onmouseover= "chg(this) " onmouseout= "out(this, '#cccccc ') " height= "23 "> 上面这样只能实现单元格热跟踪.请问如何实现整行热跟踪? (急!在线等待!) |
|
|
|
|