1.样式一
代码如下:
<TABLE cellSpacing=0 cellPadding=0 width=200 border=1>
<TBODY>
<TR>
<TD onmouseover="this.style.backgroundColor=#FF9966"
onmouseout="this.style.backgroundColor="> </TD>
</TR>
<TR>
<TD onmouseover="this.style.backgroundColor=#FF9966"
onmouseout="this.style.backgroundColor="> </TD>
</TR>
</TBODY>
</TABLE>







