<img width=120 height=60 alt=1 onmouseover="zz1.style.display='inline'" onmouseout="zz1.style.display='none'"><img width=120 height=60 id=zz1 alt=zz1 style="display:none"><br><br>
<img width=120 height=60 alt=2 onmouseover="zz2.style.display='inline'" onmouseout="zz2.style.display='none'"><img width=120 height=60 id=zz2 alt=zz2 style="display:none"><br><br>
<img width=120 height=60 alt=3 onmouseover="zz3.style.display='inline'" onmouseout="zz3.style.display='none'"><img width=120 height=60 id=zz3 alt=zz3 style="display:none"><br><br>

解决方案 »

  1.   


    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <img src="jky1.jpg" id=demo style="position:absolute;display:none">
    <script>
    function show(){
    demo.style.pixelLeft=event.clientX
    demo.style.pixelTop=event.clientY
    demo.style.display="";
    }
    function hid(){
    demo.style.pixelLeft=0
    demo.style.pixelTop=0
    demo.style.display="none";
    }
    </script>
    </head><body>
    <table width="786" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="786" height="363" align="right" valign="top" background="jky.jpg"><table width="75%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td>&nbsp;</td>
            </tr>
          </table>
          <table width="75%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td>&nbsp;</td>
            </tr>
          </table>
          <table width="75%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td>&nbsp;</td>
            </tr>
          </table>
          <table width="75%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td>&nbsp;</td>
            </tr>
          </table>
          <table width="231" height="26" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td width="231"><img src="jky1.jpg" width="129" height="24" onmouseover=show() onmouseout=hid()></td>
            </tr>
          </table>
          <table width="75%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td height="8"></td>
            </tr>
          </table>
          <table width="231" border="0" cellspacing="0" cellpadding="0">
            <tr> 
              <td width="299"><img src="jky2.jpg" width="129" height="24" onmouseover=show() onmouseout=hid()></td>
            </tr>
          </table> 
          <table width="75%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td height="8"></td>
            </tr>
          </table>
          <table width="231" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="590"><img src="jky3.jpg" width="129" height="24" onmouseover=show() onmouseout=hid()></td>        </tr>
          </table></td>
      </tr>
    </table></body>
    </body>
    </html>
      

  2.   

    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head><body><img src="jky1-1.jpg" id=demo1 style="position:absolute;display:none">
    <img src="jky2-1.jpg" id=demo2 style="position:absolute;display:none">
    <img src="jky3-1.jpg" id=demo3 style="position:absolute;display:none">
    <script>
    function show(myname){
    myname.style.pixelLeft=event.clientX
    myname.style.pixelTop=event.clientY
    myname.style.display="";
    }
    function hid(myname){
    myname.style.pixelLeft=0
    myname.style.pixelTop=0
    myname.style.display="none";
    }
    </script><table width="786" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="786" height="363" align="center" valign="top" background="jky.jpg"> 
          <table width="100%" height="26" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td width="231" align="center"><img src="jky1.jpg" width="180" height="200" onmouseover=show(demo1) onmouseout=hid(demo1)></td>
            </tr>
          </table>
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr> 
              <td width="299" align="center"><img src="jky2.jpg" width="181" height="200" onmouseover=show(demo2) onmouseout=hid(demo2)></td>
            </tr>
          </table> 
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="590" align="center"><img src="jky3.jpg" width="186" height="200" onmouseover=show(demo3) onmouseout=hid(demo3)></td>        </tr>
          </table></td>
      </tr>
    </table></body>
    </html>
      

  3.   

    try:
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <img src="jky1.jpg" id=demo style="position:absolute;display:none">
    <script>
    function show(obj){
    demo.style.pixelLeft=event.clientX
    demo.style.pixelTop=event.clientY
    demo.src=obj.src;
    demo.style.display="";
    }
    function hid(){
    demo.style.pixelLeft=0
    demo.style.pixelTop=0
    demo.style.display="none";
    }
    </script>
    </head><body>
    <table width="786" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="786" height="363" align="right" valign="top" background="jky.jpg"><table width="75%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td>&nbsp;</td>
            </tr>
          </table>
          <table width="75%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td>&nbsp;</td>
            </tr>
          </table>
          <table width="75%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td>&nbsp;</td>
            </tr>
          </table>
          <table width="75%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td>&nbsp;</td>
            </tr>
          </table>
          <table width="231" height="26" border="0" cellpadding="0" cellspacing="0">
            <tr>
              <td width="231"><img src="jky1.jpg" width="129" height="24" onmouseover=show(this) onmouseout=hid(this)></td>
            </tr>
          </table>
          <table width="75%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td height="8"></td>
            </tr>
          </table>
          <table width="231" border="0" cellspacing="0" cellpadding="0">
            <tr> 
              <td width="299"><img src="jky2.jpg" width="129" height="24" onmouseover=show(this) onmouseout=hid(this)></td>
            </tr>
          </table> 
          <table width="75%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td height="8"></td>
            </tr>
          </table>
          <table width="231" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="590"><img src="jky.jpg" width="129" height="24" onmouseover="show(this)" onmouseout="hid(this)"></td>        </tr>
          </table></td>
      </tr>
    </table></body>
    </body>
    </html>