Mercurial > dive4elements > river
comparison gwt-client/src/main/webapp/images/FLYS_Karte_interactive.html @ 6396:f1018fd85183
Set image size in image map to have initial scroll bars.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 21 Jun 2013 17:28:57 +0200 |
parents | d848c887683a |
children | 402e9eb2922d |
comparison
equal
deleted
inserted
replaced
6395:d2803cc7a338 | 6396:f1018fd85183 |
---|---|
52 </script> | 52 </script> |
53 </head> | 53 </head> |
54 <body> | 54 <body> |
55 <!-- Create Mappings --> | 55 <!-- Create Mappings --> |
56 <div id="riverContainer"> | 56 <div id="riverContainer"> |
57 <img src="images/FLYS_transp.png" usemap="#river" style="position: absolute;z-index: 100;"> | 57 <img src="images/FLYS_transp.png" usemap="#river" style="position: absolute; top: 8px; left: 8px; z-index: 100;" width="640" height="751"> |
58 <map name="river"> | 58 <map name="river"> |
59 | 59 |
60 <!--FLYS_Karte.map--> | 60 <!--FLYS_Karte.map--> |
61 <!-- mit daten --> | 61 <!-- mit daten --> |
62 <area id="donau_area" shape="poly" onmouseover="highlight('Donau'); highlightList('Donau')" onmouseout="unHighlight('Donau'); unHighlightList('Donau')" onclick="selectRiver('Donau')" coords="226,668,276,668,277,646,385,578,433,576,431,587,458,604,429,620,396,634,363,658,305,681,230,691" /> | 62 <area id="donau_area" shape="poly" onmouseover="highlight('Donau'); highlightList('Donau')" onmouseout="unHighlight('Donau'); unHighlightList('Donau')" onclick="selectRiver('Donau')" coords="226,668,276,668,277,646,385,578,433,576,431,587,458,604,429,620,396,634,363,658,305,681,230,691" /> |