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

· 10년 전 · 377

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

 

<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년 전 조회 253
10년 전 조회 224
10년 전 조회 183
10년 전 조회 182
10년 전 조회 238
10년 전 조회 280
10년 전 조회 215
10년 전 조회 246
10년 전 조회 215
10년 전 조회 194
10년 전 조회 251
10년 전 조회 277
10년 전 조회 378
10년 전 조회 409
10년 전 조회 248
10년 전 조회 292
10년 전 조회 257
10년 전 조회 174
10년 전 조회 182
10년 전 조회 357
10년 전 조회 217
10년 전 조회 211
10년 전 조회 214
10년 전 조회 290
10년 전 조회 356