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

· 10년 전 · 388

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

 

<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년 전 조회 267
10년 전 조회 234
10년 전 조회 196
10년 전 조회 190
10년 전 조회 248
10년 전 조회 288
10년 전 조회 225
10년 전 조회 254
10년 전 조회 227
10년 전 조회 206
10년 전 조회 261
10년 전 조회 289
10년 전 조회 389
10년 전 조회 416
10년 전 조회 260
10년 전 조회 301
10년 전 조회 268
10년 전 조회 185
10년 전 조회 191
10년 전 조회 368
10년 전 조회 229
10년 전 조회 223
10년 전 조회 220
10년 전 조회 298
10년 전 조회 365