猿问

鼠标移动到表格时整行都会变颜色 移开后恢复初始颜色 这个效果要怎么才能实现呢 用css

<td style="TEXT-ALIGN: center; height:40px">1</td>
				<td style="TEXT-ALIGN: center; ">王先生</td>
                <td style="TEXT-ALIGN: center; ">语文</td>
				<td style="TEXT-ALIGN: center; ">五年级</td> 
				<td style="TEXT-ALIGN: center; ">上海</td>
			    <td style="TEXT-ALIGN: center; ">人好</td>
			    <td style="TEXT-ALIGN: center; ">8.3</td>
			    <td style="TEXT-ALIGN: center; ">等待中</td>


zztt1334
浏览 2365回答 2
2回答

Tracy_

大致思路是:绑定mouseover 改变css 即改变颜色绑定mouseout  改变css 再将颜色设为原来的值当然也可以使用:hover实现
随时随地看视频慕课网APP
我要回答