首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

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

2012-03-20 
帮忙修改一个onmouseoveronmouseover this.style.backgroundColor #9caaff 我想修改成:鼠标放上去后

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

热点排行