主题:  这段代码是什么意思??

5D花猫

职务:版主
等级:7
金币:14.0
发贴:5467
注册:2000/11/6 21:53:12
#12004/4/11 15:32:28
<map name="Map">
<area shape="rect" coords="8,3,85,25" href="web/product/west/sculpture-a.htm">
<area shape="rect" coords="95,3,132,22" href="web/product/west/sculpture-b.htm">
<area shape="rect" coords="136,3,186,20" href="web/product/west/sculpture-a.htm">
<area shape="rect" coords="189,5,234,21" href="web/product/west/sculpture-d.htm">
</map>
<map name="Map2">
<area shape="rect" coords="6,2,83,25" href="web/product/fireplace/fireplace-a.htm">
<area shape="rect" coords="100,4,152,22" href="web/product/fireplace/fireplace-a.htm">
<area shape="rect" coords="159,3,229,22" href="web/product/fireplace/fireplace-r-a.htm">
</map>
<map name="Map3">
<area shape="rect" coords="7,4,86,21" href="web/product/east/sculpture-a.htm">
<area shape="rect" coords="167,2,229,21" href="web/product/east/sculpture-a.htm">
</map>
<map name="Map4">
<area shape="rect" coords="8,2,87,24" href="web/product/animal/sculpture-001.htm">
<area shape="rect" coords="93,2,131,21" href="web/product/animal/sculpture-001.htm">
<area shape="rect" coords="156,3,177,23" href="web/product/animal/sculpture-c.htm">
</map>
<map name="Map5">
<area shape="rect" coords="6,2,87,22" href="web/product/abstract/sculpture-a.htm">
<area shape="rect" coords="97,3,159,23" href="web/product/abstract/sculpture-a.htm">
<area shape="rect" coords="167,3,236,23" href="web/product/abstract/sculpture-e.htm">
</map>
<map name="Map6">
<area shape="rect" coords="7,2,86,23" href="web/product/park/sculpture-a.htm">
<area shape="rect" coords="95,2,132,22" href="web/product/park/sculpture-a.htm">
<area shape="rect" coords="136,2,168,21" href="web/product/park/sculpture-b.htm">
<area shape="rect" coords="175,2,206,21" href="web/product/park/sculpture-c.htm">
</map>
<map name="Map7">
<area shape="rect" coords="4,2,88,23" href="web/product/head/sculpture-a.htm">
<area shape="rect" coords="162,2,230,22" href="web/product/head/sculpture-a.htm">
</map>
<map name="Map8">
<area shape="rect" coords="5,2,87,23" href="web/product/else/sculpture-a.htm">
<area shape="rect" coords="132,2,171,23" href="web/product/else/sculpture-a.htm">
</map>
<map name="Map9">
<area shape="rect" coords="7,3,84,23" href="web/else/message.htm">
<area shape="rect" coords="153,2,213,21" href="web/else/message.htm">
<area shape="rect" coords="96,3,147,21" href="web/product/new/new-index.htm">
</map>



{ 在指尖上绽放的花朵 }

职务:普通成员
等级:5
金币:14.0
发贴:3209
注册:2002/7/25 21:24:11
#22004/4/11 15:48:04
照本宣科一下。。。。

引用:
<MAP>...</MAP> 地图
相关属性 :
·NAME 名称


<AREA> 设定地图动作区域
相关属性 :
·COORDS 设定动作区域座标 ( 左上角座标 : X1,Y1 ; 右下角座标 : X2,Y2 )
·HREF 动作区域连结点 ( 可载入位址或文件 )
·NOHREF 动作区域连结点不动作
·SHAPE 外型



5D花猫

职务:版主
等级:7
金币:14.0
发贴:5467
注册:2000/11/6 21:53:12
#32004/4/11 19:27:44
是怎样生成的呢??



缺缺

职务:管理员
等级:8
金币:41.0
发贴:9620
注册:2004/1/14 19:14:47
#42004/4/11 22:36:40
你在图片上做热点,就会生成这种代码.



5D花猫

职务:版主
等级:7
金币:14.0
发贴:5467
注册:2000/11/6 21:53:12
#52004/4/12 7:23:23
allinhands在上个帖子中说
引用:
你在图片上做热点,就会生成这种代码.



非常感谢!me无知呀!应该好好学习!