• 회원가입
  • 로그인
  • 구글아이디로 로그인

[attribute] HTML - coords 속성 - 이미지맵 링크영역 좌표 표시 (= coords속성 = 코즈속성/코드스속성/코우오드스속성) ※ 좌표속성

목차
  1. coords 예제 - 이미지맵 영역 좌표 표시
  2. coords 정의
  3. coords 구문

 

coords 예제 - 이미지맵 영역 좌표 표시

 

<img src="https://i.imgur.com/NUjTqSd.gif" width="389" height="26" border="0" usemap="#Search_Engine">
<map name="Search_Engine">
    <area shape="rect" coords="4,3,68,21" href="http://naver.com" target="_blank" onFocus="blur()">
    <area shape="rect" coords="78,4,119,20" href="http://daum.net" target="_blank" onFocus="blur()">
    <area shape="rect" coords="128,5,193,19" href="http://www.paran.com" target="_blank" onFocus="blur()">
    <area shape="rect" coords="204,3,259,20" href="http://nate.com" target="_blank" onFocus="blur()">
    <area shape="rect" coords="269,2,323,20" href="http://www.google.co.kr/" target="_blank" onFocus="blur()">
    <area shape="rect" coords="331,4,385,18" href="http://kr.yahoo.com/" target="_blank" onFocus="blur()">

 

coords 정의

 

이미지맵 에어리어(area: 링크영역)의 좌표(coordinate) 지정.

 


 

1.

  • shape 속성과 함께 사용되어, 링크영역의 (크기/모양/배치)를 지정.
  • 링크영역 왼쪽상단 구석지 좌표: 0,0

 

2. coords 속성 사용 가능 태그 종류

<area>

 

3.

모든 브라우저 지원.

 

 

coords 구문

 

<area coords="value">

 


[속성값]

 

value

링크 영역 표시 좌표값

  • x1,y1,x2,y2 :  왼쪽 상단, 오른쪽 하단 코너 좌표값 (사각형 모양)
  • x,y,radius :  원의 중심 좌표값과 반지름 (원 모양)
  • x1,y1,x2,y2,..,xn,yn :  각 다각형의 코너 좌표값 (다각형 모양)  만약, 처음과 마지막 좌표값 짝이 동일하지 않을 시,  브라우저가 자동으로 마지막 좌표값을 추가함. 

 


방문 감사합니다. (즐겨찾기 등록: Ctrl + D)

분류 제목
attribute HTML - charset 속성 - 문자셋 지정 (= charset속성 = 차셋속성) ※ 문자인코딩, 언어셋
attribute HTML - checked 속성 ★ - 미리 (체크박스/라디오) 체크 여부 지정 (= checked속성 = …
attribute HTML - cite 속성 - (인용출처/삭제이유/삽입이유) 주소 연결 (= cite속성 = 사이트속성)
attribute HTML - class 속성 ★★★ - 클래스명 선택자 지정 (= class속성 = 클래스속성)
attribute HTML - color 속성 - (HTML5 지원 X) 글자색 지정 (= color속성 = 컬러속성)
attribute HTML - cols 속성 - <textarea> 세로열수(=세로줄수 = 가시너비) 지정 (= cols속성 …
attribute HTML - colspan 속성 ★ - 병합할 가로셀 개수 지정 (= colspan속성 = 콜스팬속성)
attribute HTML - content 속성 ★ - 메타데이터 값 지정 (= content속성 = 콘텐트속성|컨텐트속성)
attribute HTML - contenteditable 속성 - 요소 내용 수정 가능 여부 지정 (= contentedit…
attribute HTML - controls 속성 - (오디오/비디오) 플레이어의 제어창 표시 여부 (= controls속성…
attribute HTML - coords 속성 - 이미지맵 링크영역 좌표 표시 (= coords속성 = 코즈속성/코드스속성/…
attribute HTML - data 속성 - <object> 태그의 리소스 URL 주소 지정 (= data속성 = 데이터속…
attribute HTML - data-* 속성 ★★★ - 특정 (페이지/애플리케이션)의 사용자 데이터 저장 (= data-속…
attribute HTML - datetime 속성 - 날짜시간 지정 (= datetime속성 = 데이트타임속성)
attribute HTML - default 속성 - 기본 재생 트랙 지정 (= default속성 = 디폴트속성)
attribute HTML - defer 속성 ★★★ - 페이지 파싱 완료 후 외부스크립트 실행 (= defer속성 = 디퍼속…
attribute HTML - dir 속성 - 텍스트 출력방향 지정 (= dir속성 = 디르속성|디렉션속성)
attribute HTML - dirname 속성 - input/textarea 요소의 텍스트 방향 지정 (= dirname속…
attribute HTML - disabled 속성 - 요소 비활성화 지정 (= disabled속성 = 디스에이블드속성|디세이…
attribute HTML - download 속성 - 파일 다운로드 지정 (= download속성 = 다운로드속성) ※ 다운…
9/18
목록
찾아주셔서 감사합니다. Since 2012