JavaScript制作变色表格特效

1.样式一

 
 

代码如下:

<TABLE cellSpacing=0 cellPadding=0 width=200 border=1>
<TBODY>
<TR>
<TD onmouseover="this.style.backgroundColor=#FF9966"
onmouseout="this.style.backgroundColor=">&nbsp;</TD>
</TR>
<TR>
<TD onmouseover="this.style.backgroundColor=#FF9966"
onmouseout="this.style.backgroundColor=">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>

本页关键词: