用CSS实现鼠标经过表格的时候背景变色

作者在 2006-05-30 12:59:00 发布以下内容
<style>
tr
{
sun:expression(onmouseover=function(){style.background="red"},onmouseout=function(){style.background=""})
}
</style>
<table border="1" width="80%">
<tr>
<td>我要变色</td>
<td>我要变色</td>
</tr>
</table>
WEB开发 | 阅读 3980 次
文章评论,共0条
游客请输入验证码
浏览2883920次
文章归档
最新评论
  • 时光拾荒者:CtrlCV还是强的😝
  • 硬识岩丝:解决了,太感谢了~
  • xiwang12:路过
  • 里苦不功:不校验mysql版本是否与当前django框架是否兼容