본문 바로가기

모바일

모바일 이미지맵 만드는 법


 .imagemap {position:relative;width:device-width;}
 .link1 {position:absolute; bottom:26%; left:21.5%; width:27%; height:7%;}
 .link2 {position:absolute; bottom:16%; left:34%; width:42.5%; height:4.5%;}

 

 



   <a href="#" onclick="eventSubmit();return false;" class="link1" ></a>
   
   <a onclick="window.open(this.href, 'mypopup', 'width=500, height=625, scrollbars=no'); return false;" href="http://www.shinhaninvest.com/event/planit/pop_bookcafe_agreement.html" class="link2" >
   </a>

 

'모바일' 카테고리의 다른 글

모바일 유용한 스크립트  (0) 2013.06.17
모바일 전화 링크  (0) 2013.06.15
css , 스크립트 등등  (0) 2013.06.13