用Javascript实现表格单元格背景色鼠标响应
<td class="tdstyle" height="25">第二行</td>
</tr>
<tr id="TR3" class="light" onMouseOver="onColor(this,3);" onMouseOut="offColor(this,3);" onClick="onClickColor(this,3);">
<td class="tdstyle" height="25">第三行</td>
</tr>
</table>
</body>
上一篇:编程实例 一个简单的智能感知效果
下一篇:没有了
关注此文读者还看过




