<head>
<title>マウスを重ねると画像が入れ替わる</title>
</hrad>
<body>
<div align="center"><br><font color="#ff0000"><b><big><big><big>シーサーのホームページ</big></big></big></b></font><br>
<table cellpadding="0" cellspacing="0" border="0" width="550">
<tbody>
<tr>
<td height="255" align="center" width="25%">
<img src="si3_1.gif" onMousemove="this.src='si3_2.gif'" onMouseout="this.src='si3_1.gif'">
<br>
</td>
<td valign="bottom" height="255" align="center" width="25%">
<img src="si0_1.gif" onMousemove="this.src='si0_2.gif'" onMouseout="this.src='si0_1.gif'">
<br>
</td>
<td valign="bottom" height="255" align="center" width="25%">
<img src="si1_1.gif" onMousemove="this.src='si1_2.gif'" onMouseout="this.src='si1_1.gif'">
<br>
</td>
<td valign="middle" height="255" align="center" width="25%">
<img src="si2_1.gif" onMousemove="this.src='si2_2.gif'" onMouseout="this.src='si2_1.gif'">
<br>
</td>
</tr>
</tbody>
</table>
<br><font color="#666666"><small>マウスカーソルを画像に重ねてください</small></font><br>
</div>
</body>
</html>
|