上网搜索下html 热点 ~

解决方案 »

  1.   

    热区?
    还是
    http://www.im286.com/viewthread.php?tid=2771061
      

  2.   

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>新建网页 1</title>
    <script>
    </SCRIPT>
    </head>
    <body>
    <div id="oMenu1" style="background:#eeeeee;border:solid 1px #666666;;position:absolute;top:100px;left:50px;width:300px;height:200px;padding:10px;display:none" onclick="this.style.display='none';">图片热区1</div>
    <div id="oMenu2" style="background:#eeeeee;border:solid 1px #666666;;position:absolute;top:100px;left:400px;width:300px;height:200px;padding:10px;display:none" onclick="this.style.display='none';">图片热区2</div>
    <img src="http://desk.blueidea.com/desk/XP/xpbz0108.jpg" width=704 height=396 border="0" usemap="#Map">
    <map name="Map">
      <area shape="rect" coords="0,0,350,396" href="###"alt="热区1" onclick="document.getElementById('oMenu1').style.display='';">
      <area shape="rect" coords="350,0,704,396" href="###"alt="热区2" onclick="document.getElementById('oMenu2').style.display='';">
    </map>
    </body>
    </html>
      

  3.   

    ImageMap,html中的UseMap对于一个固定的图片都可以实现要是用google地图这样的,地图本身应该就有,像google这样的地图都是用专门的地图软件制作的,有N多层,需要要地图软件里面修改对于图层的信息