테스트 사이트 - 개발 중인 베타 버전입니다

jQuery, 이미지맵 마우스오버시 하이라이트 표시

· 9년 전 · 339

이미지맵 마우스오버시 테두리가 붉은색으로 하이라이트 표시가 됩니다.

 

<head>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>

<script type="text/javascript" src="http://davidlynch.org/projects/maphilight/jquery.maphilight.min.js"></script>

<script type="text/javascript">$(function() {

    $('.map').maphilight();

    });

</script>

</head>

<body>

<img class="map" src="demo_usa.png" width="960" height="593" usemap="#usa">

<map name="usa">

    이미지 맵 정의

</map>

</body>

 

[참조사이트]

http://davidlynch.org/projects/maphilight/docs/demo_usa.html

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
12413
12412
12411
12410
12407
12406
12405
12404
12403
12402
12401
12400
12399
12398
12397
12396
12395
12394
12393
12392
12391
12390
12389
12388
12387