+ -
当前位置:首页 → 问答吧 → 在<style>里面怎么给tr定义 onmouseover 事件?

在<style>里面怎么给tr定义 onmouseover 事件?

时间:2011-12-13

来源:互联网

<style>
tr {
????? onmouseover
}
</style>

作者: silno   发布时间: 2011-12-13

<style>
tr:hover{
  color:red;
}
</style>

楼主要是用样式的话,IE6是不支持的

最好还是用js

作者: MuBeiBei   发布时间: 2011-12-13