<img src=a.gif onmouseover="this.src='b.gif'"></img>

解决方案 »

  1.   

    <img src=a.gif onmouseover="this.src='b.gif'" onmouseout="this.src='a.gif'">
      

  2.   

    完整點吧,
    <img src=a.gif onmouseover="this.name=this.src;this.src='b.gif' onmouseout="this.src=this.name">
      

  3.   

    在图片上做一个”热点“;
    在做事件就可以了。
    建议用 工具 FRONTPAGE 2000 就可以做到啊
      

  4.   

    用热点区域
    <img src=file.gif wdith=100 height=100 name="tu" usemap="#my">
    <map name="my">
    <area href=#1 shape=rect coords="0,0,50,50" onMouseOver="document.all.tu.src='lmtb.gif'">
    <area href=#2 shape=rect coords="0,50,50,100" onMouseOver="document.all.tu.src='jrsc.gif'">
    <area href=#3 shape=rect coords="50,0,100,50" onMouseOver="document.all.tu.src='jrxt.gif'">
    <area href=#4 shape=rect coords="50,50,100,100" onMouseOver="document.all.tu.src='grsc.gif'">
    </map>热点有矩形、圆、多边形
    设置热点最好借助工具