读书人

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

发布时间: 2012-03-20 14:01:11 作者: rapoo

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

读书人网 >asp.net

热点推荐