复制如下代码存成网页形式查看效果:
<style type="text/css">
.bg {background-color:#F3DBB6; border:1px double #665500; height:44px; float:left; overflow:hidden;}
</style>
<script>
i=null
function aa(x)
{
if(i!==null)
i.className = "";
x.className = "bg";
i=x
}
</script>
<table width="100%" border="0">
<tr>
<td onclick="aa(this)">点这里</td>
</tr>
<tr>
<td onclick="aa(this)">点这里</td>
</tr>
<tr>
<td onclick="aa(this)">点这里</td>
</tr>
</table>
订阅我的BLOG(RSS)