Web/WEB기본
img map관련
saltdoll
2010. 8. 4. 15:49
반응형
<map name="m01">
<area shape="rect" coords="190,0,449,88" href="#" alt="버튼1입니다.">
<area shape="rect" coords="458,0,717,88" href="#" alt="버튼2입니다.">
</map>
<img src="img/img_eventbtn.gif" width="760" height="88" alt="" usemap="#m01">
반응형