摘要: 鼠标经过表格变色样式:<style> table { background-color:#000000; cursor:hand; width:100%; } td { /*设置onmouseover事件*/ onmouseover: expression(onmouseover=function (){this.style.borderColor ='blue';this.style.color='red';this.style.backgroundColor ='yellow'}); /*设置onmouseout事件*/ onmo 阅读全文
posted @ 2011-01-18 16:36 小锋神 阅读(7109) 评论(0) 推荐(0)