-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap3.html
20 lines (15 loc) · 972 Bytes
/
map3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html><head>
<script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery.min.js"></script>
<script language="javascript" src="scripts/resize2.js"></script>
<script language="javascript" src="scripts/resize.js"></script>
<script language="javascript" src="scripts/resize3.js"></script>
<style type="text/css" src="scripts/style.css">
.map_image { display: block; width: 100%; height: 100%; position: relative; background-position: 0 0; background-repeat: no-repeat; }
.map_image .map_link { display: block; position: absolute; text-indent: -999em; overflow: hidden; }
.map_image #map_link_0 { width: 51px; height: 56px; top: 28px; left: 15px; }
.map_image #map_link_1 { width: 47px; height: 52px; top: 32px; left: 10px; }
</style>
<div class="map_image" style="background-image: url('map2.jpg');">
<a class="map_link" id="map_link_0" title="animal" href="#">animal</a>
<a class="map_link" id="map_link_1" title="pepe" href="#">pepe</a>
</div>