凌寒飘香

____成风破浪会有时,直把云帆济沧海!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: :: 管理 ::
public void calSchedule_DayRender(object sender, DayRenderEventArgs e) 
{
e.Cell.Attributes["onmouseover"] = "javascript:this.style.backgroundColor='#fff7ce';cursor='hand';";
e.Cell.Attributes["onmouseout"] = "javascript:this.style.backgroundColor='#ffffff';";
}

cursor='hand是什么意思呢?查查看!作用:鼠标变成手形.
posted on 2006-06-29 11:17  凌寒飘香  阅读(293)  评论(0编辑  收藏  举报