2012-02-21 44 views
0

我在做php.I圖像處理項目我想知道關於標記.Facebook和orkut用戶可以添加鏈接到不同的座標在一個單一的image.i是嘗試使用JavaScript實現, PHP和如何在單個圖像上添加多個鏈接。請幫我任何一個圖像標記和添加多個鏈接

回答

0

您可以使用一個簡單的tag map

這裏是從該鏈接文本:

<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap" /> 

<map name="planetmap"> 
    <area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun" /> 
    <area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury" /> 
    <area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus" /> 
</map>