HTML 表格 点击一列改变这一列的背景颜色 代码怎么实现 高手进
推荐于2016-10-27
展开全部
<table width="200" border="1">
<tr onmouseover="this.style.backgroundColor='#ccc';" onmouseout="this.style.backgroundColor='#fff';">
<td>表格内容</td>
<td>表格内容</td>
<td>表格内容</td>
</tr>
<tr onmouseover="this.style.backgroundColor='#ccc';" onmouseout="this.style.backgroundColor='#fff';">
<td>表格内容</td>
<td>表格内容</td>
<td>表格内容</td>
</tr>
<tr onmouseover="this.style.backgroundColor='#ccc';" onmouseout="this.style.backgroundColor='#fff';">
<td>表格内容</td>
<td>表格内容</td>
<td>表格内容</td>
</tr>
</table>
<tr onmouseover="this.style.backgroundColor='#ccc';" onmouseout="this.style.backgroundColor='#fff';">
<td>表格内容</td>
<td>表格内容</td>
<td>表格内容</td>
</tr>
<tr onmouseover="this.style.backgroundColor='#ccc';" onmouseout="this.style.backgroundColor='#fff';">
<td>表格内容</td>
<td>表格内容</td>
<td>表格内容</td>
</tr>
<tr onmouseover="this.style.backgroundColor='#ccc';" onmouseout="this.style.backgroundColor='#fff';">
<td>表格内容</td>
<td>表格内容</td>
<td>表格内容</td>
</tr>
</table>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询