日本語
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>マウス ポインター downcodes.com 後の画像の興味深いプロンプト効果</title> <script language="javascript"> function showPic(sUrl){ var x,y; x = イベント.clientY; document.getElementById("Layer1").style.left = x; ").style.top = y; document.getElementById("Layer1").innerHTML = "<img src="" + sUrl + "">"; document.getElementById("Layer1").style.display = "ブロック"; } 関数 hiddenPic(){ document.getElementById("Layer1").innerHTML = ""; document.getElementById("Layer1").style.display = "none"; <body> <div id="Layer1" style="display:none;position:absolute;z-index:1;"></div> <img src="/images/logo.gif" onmouseout=" hiddenPic( );" onmousemove="showPic(this.src);" /> <p></p> <img src="/img/200406301.jpg" onmouseout="hiddenPic();" onmousemove="showPic( this. src);" /> </body> </html>