マウスポインターを載せるとセルの色が変わる

#ffcccc #ffffcc #3366ff
#00ffff #ff3366 66cc33
サンプル
<BODY>
<TABLE border="1" cellpadding="0" cellspacing="0">
<TR>
<TD width="80" bgcolor="#ffffff"
onmouseover="this.style.backgroundColor='#ffcccc'"
onmouseout="this.style.backgroundColor='#ffffff'">#ffcccc</TD>
<TD width="80" bgcolor="#ffffff"
onmouseover="this.style.backgroundColor='#ffffcc'"
onmouseout="this.style.backgroundColor='#ffffff'">#ffffcc</TD>
<TD width="80" bgcolor="#ffffff"
onmouseover="this.style.backgroundColor='#3366ff'"
onmouseout="this.style.backgroundColor='#ffffff'">#3366ff</TD>
</TR>
<TR>
<TD width="80" bgcolor="#ffffff"
onmouseover="this.style.backgroundColor='#00ffff'"
onmouseout="this.style.backgroundColor='#ffffff'">#00ffff</TD>
<TD width="80" bgcolor="#ffffff"
onmouseover="this.style.backgroundColor='#ff3366'"
onmouseout="this.style.backgroundColor='#ffffff'">#ff3366</TD>
<TD width="80" bgcolor="#ffffff"
onmouseover="this.style.backgroundColor='#66cc33'"
onmouseout="this.style.backgroundColor='#ffffff'">66cc33</TD>
</TR>
</TABLE>
</BODY>
onmouseover="this.style.backgroundColor='#ffcccc'"』はポインターが載ったときの色。
onmouseout="this.style.backgroundColor='#ffffff'"』はポインターが外れた時の色です。



サンプルを利用したら、http://www.act2cool.com/html/へリンクしていただければ嬉しいです。
バナーはこちらにあります。
検索サイトから直接このページに来られた方はこちらがトップです。