画像切り替え xhtml 記述例
<img src="../image/change_top.gif" width="80" height="80" alt="画像の切り替え" />
<form action="#">
<input type="button" value="切り替え1" onclick="changImg1(0,0)"
/>
<input type="button" value="切り替え2" onclick="changImg1(0,1)"
/>
<input type="button" value="切り替え3" onclick="changImg1(0,2)"
/>
<input type="button" value="切り替え4" onclick="changImg1(0,3)"
/>
</form>
■こちらはiframe内になっています。css + xhtml + seo のtopページ(http://cssxhtmlseo.web.fc2.com/)よりご覧ください■