<td onmouseover="xxx.href=xxx.gif">

解决方案 »

  1.   

    用javascript可以实现,利用鼠标的onmouseover事件触发动作,将图片.scr更改就可以了。
      

  2.   

    <html><head>
    <meta http-equiv="Content-Language" content="zh-cn">
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>新建网页 1</title>
    </head><body>
    <script language="javascript"></script>
    <p>
    <img id="img1" border="0" src="D:/企业网站/中立门窗/images/02.jpg" width="203" height="138"></p>
    <p><a href="E:/桌面图片/123.jpg" onmousemove="document.getElementById('img1').src='E:/桌面图片/123.jpg';">1</a>&nbsp; <a href="E:/桌面图片/123.jpg" onmousemove="document.getElementById('img1').src='E:/桌面图片/123.jpg';">2</a>&nbsp; 3&nbsp; 4&nbsp; 5 </p></body></html>