当前位置: 代码迷 >> HTML/CSS >> css中使用js
  详细解决方案

css中使用js

热度:252   发布时间:2012-10-29 10:03:53.0
css中应用js

.TR{?//<tr class=tr>? 它是鼠标放上去的效果?:颜色改变
?star:expression(onmouseover=function(){this.style.backgroundColor="#cfe4f9";this.style.cursor="hand"},onmouseout=function(){this.style.backgroundColor="#FFFFFF"});
}

  相关解决方案