HTML 이미지맵 쉽게 생성하기(map tag)

여기서 rectangle로 찍고 찍어서 preview로 보면 간단하게 태그제작가능
http://summerstyle.github.io/summer/

<img src="http://placehold.it/200x200" usemap="#link">
<map name="link">
  <area shape="rect" coords="0,0,57,65" href="http://www2.edupre.co.kr/" alt="">
  <area shape="rect" coords="0,67,57,132" href="http://www.mycredit.co.kr" target="_blank" alt="">
</map>

모바일은 js쓰지 않은 한 어렵다.

태그 안쓰는 걸 추천하지만 네이버쇼핑에서 a링크가 막혀있어서 굳이 쓰고 싶다면..       

HTML에 게시되었습니다

관련 글

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 항목은 *(으)로 표시합니다