当前位置: 代码迷 >> ASP.NET >> 帮忙修改一个onmouseover,该怎么处理
  详细解决方案

帮忙修改一个onmouseover,该怎么处理

热度:1223   发布时间:2013-02-26 00:00:00.0
帮忙修改一个onmouseover
onmouseover= "this.style.backgroundColor= '#9caaff '; "

我想修改成:
鼠标放上去后,鼠标变成手型,该单元格加上边框

谢谢

------解决方案--------------------------------------------------------
<td style= "cursor:hand; "> </td>
------解决方案--------------------------------------------------------
onmouseover= "this.style.backgroundColor= '#9caaff ';this.style.cursor= 'hand ';this.style.border= '#ff0000 1px solid ' "
------解决方案--------------------------------------------------------
onmouseover= "this.style.backgroundColor= '#9caaff ';this.style.cursor= 'hand ';this.style.border= '#ff0000 1px solid ' " boder= "1 "