1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 22:45:44 +00:00
AideDeJeu/Docs/alarian.html

36 lines
1.8 KiB
HTML
Raw Normal View History

2019-12-28 01:46:09 +01:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
2019-12-28 20:48:56 +01:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Alarian</title>
<!-- voir https://github.com/davidjbradshaw/image-map-resizer -->
<script type="text/javascript" src="imageMapResizer.min.js"></script>
<script type="text/javascript">
function init() {
var slider = document.getElementById("myRange");
var output = document.getElementById("myImage");
output.style.width = "" + slider.value + "%";
2019-12-28 21:15:06 +01:00
imageMapResize();
2019-12-28 20:48:56 +01:00
slider.oninput = function() {
output.style.width = "" + this.value + "%";
imageMapResize();
}
}
</script>
2019-12-28 01:46:09 +01:00
</head>
2019-12-28 20:48:56 +01:00
<body onload="init()">
<img id="myImage" src="alarian.png" alt="Alarian" usemap="#alarian" />
<map id="myMap" name="alarian">
2019-12-28 21:15:06 +01:00
<!-- Norven -->
<area shape="circle" coords="823,425,8" alt="Kraod" href="javascript:alert('Kraod')" title="Kraod" />
2019-12-28 20:48:56 +01:00
<area shape="rect" coords="862,419,877,434" alt="Shaïa Daod" href="javascript:alert('Shaïa Daod')" title="Shaïa Daod" />
2019-12-28 21:15:06 +01:00
<area shape="circle" coords="782,481,5" alt="??1" href="javascript:alert('??1')" title="??1" />
<area shape="circle" coords="621,554,5" alt="Heim-Hav" href="javascript:alert('Heim-Hav')" title="Heim-Hav" />
<area shape="circle" coords="726,550,5" alt="Törnod" href="javascript:alert('Törnod')" title="Törnod" />
<area shape="circle" coords="754,600,8" alt="Ragkaod" href="javascript:alert('Ragkaod')" title="Ragkaod" />
2019-12-28 20:48:56 +01:00
<area shape="circle" coords="643,853,5" alt="Abod" href="javascript:alert('Abod')" title="Abod" />
2019-12-28 01:46:09 +01:00
</map>
2019-12-28 20:48:56 +01:00
<input type="range" min="30" max="250" value="30" class="slider" id="myRange" style="position: fixed; top: 0; left: 0" />
2019-12-28 01:46:09 +01:00
</body>
2019-12-28 01:03:29 +01:00
</html>