'이미지맵'에 해당되는 글 2건

이미지맵으로 주소창 없는 새창 띄우기

2012. 3. 14. 10:54 Web/javascript


<div id="quick">
 <img src="./img/Quick.gif" alt="" usemap="#top" />
 <map name="top">
  <area shape="rect" coords="8,89,68,113" href="#" onclick="javascript:window.open('새창주소','','width=960,height=590,scrollbars=no,resizable=no');return false" onfocus='this.blur()'>
 </map>
</div>

'Web > javascript' 카테고리의 다른 글

클릭시 팝업창 띄우기  (0) 2012.04.12
팝업 스크립트  (0) 2012.03.29
버튼 클릭시 레이어 팝업 띄우기  (0) 2012.03.23
서브네비  (2) 2012.03.14
마우스 따라다니는 퀵메뉴  (0) 2012.03.13

이미지맵

2012. 3. 13. 13:49 Web/Html

<div>
 <img src="이미지경로" alt="#" usemap="#top" />
 <map name="top">
  <area shape="rect" coords="사각형" href="#" target="_self">
  <area shape="circle" coords="원" href="#" target="_self">
  <area shape="polygon" coords="다각형" href="#" target="_self">
 </map>
</div>


'Web > Html' 카테고리의 다른 글

Html 문자기호표  (0) 2012.04.09
favicon  (0) 2012.04.02
모바일 metatag  (0) 2012.04.02
sns 연결  (0) 2012.03.30
input 속성  (0) 2012.03.23
Copyright © HuckleberryM All Rights Reserved | JB All In One Designed by CMSFactory.NET