※ ChatGPTを利用し、要約された質問です(原文:オンマウスでの画像+テキスト表示)
オンマウスでの画像+テキスト表示
いつも的確な回答をいただいて、非常に感謝しております。
違うカテで同じような質問をさせていただいたのですが少しやりたいことが変わったので
再度、質問いたしました。
今、HPを作成しているのですがテーブルを左右(左を大きく、右を6つくらい)に分けて
右にはいくつか写真を小さく載せてその右の写真にマウスを乗せると左に大きく表示されるようにしたいのです。
そして、その大きな写真の下にはテキストも載せたいのです
(マウスを乗せた写真によって違うテキストを載せる)。
~こんなかんじ~
│ ̄ ̄│□□□
│__│□□□
テキスト
~~~~~~~~
検索ではビルダーを使った説明しかありません。
もし、フリーのHP作成ソフト(私が使っているのはalphaEDIT)でのやり方が乗っているサイト
無ければ、ご存知の方に教えていただきたいです。
よろしくお願いいたします。
補足
再度、ありがとうございます。 このソースをコピペして色々操作してからプレビューすると、やはりマウスを離しても消えません。 ご面倒だと思うのですが2つ目のソースをはったのでみてくださいませんか? scriptの記述は間違いないと思うので。。。 色々操作したので元のソースとは変わっています。 <table style="WIDTH: 177px; HEIGHT: 232px" cellspacing="0"cellpadding="0" align="center" border="0"> <tbody> <tr> <td><img height="16" src="sozai/table3/orange/cor17o1.gif" width="16" border="0" ></td> <td><img height="16" src="sozai/table3/orange/cor17o2.gif" width="450" border="0" ></td> <td><img height="16" src="sozai/table3/orange/cor17o1.gif" width="16" border="0" ></td> </tr> <tr> <td><img height="200" src="sozai/table3/orange/cor17o3.gif" width="16" border="0" ></td> <td valign="middle" align="center"><br> <table style="WIDTH: 446px; HEIGHT: 172px"cellspacing="1" cellpadding="1" width="446" align="center"border="0"> <tr> <td align="center" width="200" height="160" rowspan="2"> <div id="f2"> </div> <div style="FONT-SIZE: 10pt; COLOR: red"id="label2"></div></td> <td width="80" height="80"> <p align="right"><img onmouseover="xShow2('jpeg/5cmcake/ps7.jpg','チーズクリームふるーつ')" onmouseout=xHide() height=51 src="jpeg/5cmcake/s/s_ps7.jpg" width=69 ></p></td> <td width="70" height="80"> <p align="right"><img onmouseover="xShow2('jpeg/5cmcake/ps8.jpg','デラックスモンブラン')" onmouseout=xHide() height=51 src="jpeg/5cmcake/s/s_ps8.jpg" width=69 ></p></td> <td width="70" height="80"> <p align="right"><img onmouseover="xShow2('jpeg/5cmcake/ps9.jpg','さくらんぼのクリームワッフル')" onmouseout=xHide() height=51 src="jpeg/5cmcake/s/s_ps9.jpg" width=69 ></p></td> </tr> <tr> <td valign="top" align="right" height="80"> <p align="right"><img onmouseover="xShow2('jpeg/5cmcake/ps10.jpg','フルーツタルト')" onmouseout=xHide() height=51 src="jpeg/5cmcake/s/s_ps10.jpg" width=69 ></p></td> <td valign="top" height="80"> <p align="right"><img onmouseover="xShow2('jpeg/5cmcake/ps11.jpg','バニラシフォンケーキ')" onmouseout=xHide() height=51 src="jpeg/5cmcake/s/s_ps11.jpg" width=69 ></p></td> <td valign="top" height="80"> <p align="right"><img onmouseover="xShow2('jpeg/5cmcake/ps12.jpg','さくらんぼクリームビスケット')" onmouseout=xHide() height=51 src="jpeg/5cmcake/s/s_ps12.jpg" width=69 ></p></td></tr></table></td> <td><img height="200" src="sozai/table3/orange/cor17o3.gif" width="16" border="0" ></td> </tr> <tr> <td><img height="16" src="sozai/table3/orange/cor17o1.gif" width="16" border="0" ></td> <td><img height="16" src="sozai/table3/orange/cor17o2.gif" width="450" border="0" ></td> <td><img height="16" src="sozai/table3/orange/cor17o1.gif" width="16" border="0" ></td></tr></tbody></table>