学习

.NET

2009年12月24日

elementHover

摘要: Html代码 <html><head><style>.btn{color:#000;border:0;cursor:hand;} .btn_hover{color:#3E3E3E;} </style></head><body><inputtype="button"class="btn"value="登录"/><... 阅读全文

posted @ 2009-12-24 10:17 realhu 阅读(335) 评论(0) 推荐(0) 编辑
window.Event参数详解

摘要: window.Event参数详解(2008-10-27 11:28:27) 标签:it 分类:JavaScript window.evet 说明 event代表事件的状态,例如触发event对象的元素、鼠标的位置及状态、按下的键等等。event对象只在事件发生的过程中才有效。event的某些属性只对特定的事件有意义。比如,fromElement 和 toElement 属性只对 onmouseov... 阅读全文

posted @ 2009-12-24 09:47 realhu 阅读(459) 评论(0) 推荐(0) 编辑