日期:2014-05-20  浏览次数:20465 次

帮忙修改一个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 "