マウスオーバーでテーブルセルの色を変更 Web Technique
Last modified : 2006/04/12


HTTPD Installation
Web Technique
PC Programing
About Network
Links

↓ ソース
<STYLE type=text/css>
<!--
TD.pointer {font-family:arial,sans-serif; cursor:pointer;}
-->
</STYLE>

<TABLE BORDER=0 CELLSPACING=1 CELLPADDING=5 BORDERCOLOR="#ffffff" BGCOLOR="#808080" WIDTH=150>
<TR>
<TD BGCOLOR="#ffffff" CLASS="pointer"
onMouseOut=style.background='#ffffff' 
onMouseOver=style.background='#eeeecc' 
onClick="location.href='../../instHTTPD/index.html'">HTTPD Installation
<TR>
<TD BGCOLOR="#ffffff" CLASS="pointer"
onMouseOut=style.background='#ffffff' 
onMouseOver=style.background='#eeeecc' 
onclick="location.href='../../webTech/index.html'">Web Technique
<TR>
<TD BGCOLOR="#ffffff" CLASS="pointer"
onMouseOut=style.background='#ffffff' 
onMouseOver=style.background='#eeeecc' 
onclick="location.href='misc/changelog.htm'">PC Programing
<TR>
<TD BGCOLOR="#ffffff" CLASS="pointer"
onMouseOut=style.background='#ffffff' 
onMouseOver=style.background='#eeeecc' 
onclick="location.href='misc/changelog.htm'">About Network
<TR>
<TD BGCOLOR="#ffffff" CLASS="pointer"
onMouseOut=style.background='#ffffff' 
onMouseOver=style.background='#eeeecc' 
onclick="location.href='../../links/index.html'">Links
</TABLE>