Team:ETH Zurich/slidermapinfo
From 2014.igem.org
(Difference between revisions)
(Created page with "<html> <script type="text/javascript"> (function($) { function img(url) { var i = new Image; i.src = url; return i; } if ('naturalWidth' in (new Image)) { $.fn.naturalWidth = ...") |
|||
Line 58: | Line 58: | ||
$('#map').mapster({ | $('#map').mapster({ | ||
- | fillColor: ' | + | fillColor: 'FFFFFF', |
fillOpacity: 0.5, | fillOpacity: 0.5, | ||
isSelectable: false, | isSelectable: false, | ||
Line 77: | Line 77: | ||
</script> | </script> | ||
- | <img src="https://static.igem.org/mediawiki/2014/5/54/ETH_Zurich_Slider_Slide4.png" | + | <img src="https://static.igem.org/mediawiki/2014/5/54/ETH_Zurich_Slider_Slide4.png" usemap="#map" id="map"/> |
- | <map id="map" name="map"><area shape="rect" alt="" title="" coords="532,2268,2820,2484" href="https://2014.igem.org/Team:ETH_Zurich/modeling/whole" target="" /><area shape="rect" alt="" title="" coords="212,36,3132,2268" href="https://2014.igem.org/Team:ETH_Zurich/project/infopro" target="" /> | + | <map id="map" name="map"><area shape="rect" alt="" title="" coords="532,2268,2820,2484" href="https://2014.igem.org/Team:ETH_Zurich/modeling/whole" target="" /><area shape="rect" alt="" title="" coords="212,36,3132,2268" href="https://2014.igem.org/Team:ETH_Zurich/project/infopro" target="" /> |
+ | </map> | ||
</html> | </html> |
Revision as of 15:19, 17 October 2014