一个图片,是否能包含多个小图片,而且这多个小图片又可以有自己的独立性,相当于一个图片有多个区域,而且这些区域有独立的鼠标点击,鼠标放上去的处理事件。有什么办法可以解决不,photoshop能不能切割成这样?

解决方案 »

  1.   

    www.g.cn那里就是你要的.引入大图片.限制显示范围.
      

  2.   

    <img id="Img1" src="1.jpg" usemap="#ImageMapImageMap1" style="border-width:0px;" /><map name="ImageMapImageMap1">
    <area shape="circle" coords="100,100,100" href="" title="" alt="" onclick="test();" />
      

  3.   

    <img id="Img1" src="1.jpg" usemap="#ImageMapImageMap1" style="border-width:0px;" /><map name="ImageMapImageMap1">
    <area shape="circle" coords="100,100,100" href="" title="" alt="" onclick="alert('1');" />
    <area shape="rectangle" coords="200,200,300,300"  href="" title="" alt="" onclick="alert('2');return false;" />我不是chinamo,我都不好意思回答你
      

  4.   

    汗,这效果网上有很多例子吧
    仿google导航效果:
    http://blog.csdn.net/chinmo/archive/2008/05/03/2373436.aspx你可以GOOGLE搜索“仿google导航效果”