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

· 10년 전 · 401

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

 

<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

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

팁게시판

디자인과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
제목 글쓴이 날짜 조회
10년 전 조회 281
10년 전 조회 252
10년 전 조회 214
10년 전 조회 205
10년 전 조회 262
10년 전 조회 301
10년 전 조회 237
10년 전 조회 269
10년 전 조회 241
10년 전 조회 218
10년 전 조회 277
10년 전 조회 305
10년 전 조회 402
10년 전 조회 436
10년 전 조회 275
10년 전 조회 314
10년 전 조회 284
10년 전 조회 198
10년 전 조회 210
10년 전 조회 386
10년 전 조회 242
10년 전 조회 233
10년 전 조회 237
10년 전 조회 315
10년 전 조회 383