作者在 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>
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>