<script type="text/javascript" src="http://davidlynch.org/projects/maphilight/jquery.maphilight.js"></script>
<div style="float: left">
<img id="ImageMap1" src="http://geographyandhistory.wikispaces.com/file/view/solar_system.jpg/43347125/283x202/solar_system.jpg" usemap="#ImageMapmapAreas" />
<map id="ImageMapmapAreas" name="ImageMapmapAreas">
<area alt="" title="" href="#Earth" coords="228,151,53" shape="circle" data-maphilight='{"strokeColor":"0000ff","strokeWidth":5,"fillColor":"00ff00","fillOpacity":0.6}'/>
<area alt="" title="" href="#Sun" coords="68,54,44" shape="circle" data-maphilight="{'strokeColor':'0000ff','strokeWidth':5,'fillColor':'00ff00','fillOpacity':0.6}"/>
</map>
</div>
jQuery(function()
{
jQuery('#ImageMap1').maphilight();
});
'기타 > 프로그래밍 관련' 카테고리의 다른 글
PHPMailer 설정 (0) | 2017.12.04 |
---|---|
자식 iframe에서 부모 자바 스크립트 실행(크로스 도메인 해결) (0) | 2015.03.10 |
IE console 관련 처리 (0) | 2015.02.05 |
sample.js 파일 javaScript 규칙 (0) | 2015.01.09 |
추천 ajax file upload (0) | 2015.01.08 |