<html>
<body>
<h1>이미지 map활용 링크</h1>
<xmp>
<img src="image/imagemap.jpg" usemap="#map1">
<map name="map1">
사각형:rect x1,y1,x2,y2 ..
원:rect x,y,반지름
다각형:rect x1,y1,x2,y2,..
<area shape="rect" coords="367,75,453,138" href="http://kr.yahoo.com" alt="내이버 아님">
<area shape="circle" coords="266,199,10" href="http://www.google.co.kr" alt="눌러봐..">
<area shape="poly" coords="172,79,87,140,170,139" href="http://www.naver.com" alt="그래 내이버다.">
</map>
</xmp>
<img src="image/imagemap.jpg" usemap="#map1">
<map name="map1">
<area shape="rect" coords="367,75,453,138" href="http://kr.yahoo.com" alt="내이버 아님">
<area shape="circle" coords="266,199,10" href="http://www.google.co.kr" alt="눌러봐..">
<area shape="poly" coords="172,79,87,140,170,139" href="http://www.naver.com" alt="그래 내이버다.">
</map>
</body>
</html>
Posted by 말없제이
,