那是javascript,先规划好热点,然后设置每个热点区域的教本规则

解决方案 »

  1.   

    up   pangxie520(博雅)
      

  2.   

    错了啊
    UP  Debian(乌鱼子)
      

  3.   

    function contorl(key) {
    window.alert(key);
    }<map name="control">
    <area href="javascript:contorl('N')" shape="rect" coords="128, 65, 170, 89">
    <area href="javascript:contorl('y')" shape="rect" coords="37, 101, 78, 124">
    <area href="javascript:contorl('A')" shape="polygon" coords="82, 108, 104, 97, 127, 109, 125, 123, 85, 124">
    </map>
    <img border="0" src="../image/controler.jpg" width="205" height="500" usemap="#control">map标记中的代码就是热点,这些你不必手写,用dw,frontpage之类的东西做就可以。