Team:ETH Zurich/project/overview/grid
From 2014.igem.org
(Difference between revisions)
Line 66: | Line 66: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$('#mapTest').mapster({ | $('#mapTest').mapster({ | ||
- | fillOpacity: | + | fillOpacity: 1, |
isSelectable: false, | isSelectable: false, | ||
showToolTip: true, | showToolTip: true, | ||
Line 75: | Line 75: | ||
key: "red0", | key: "red0", | ||
fillColor: 'ED1C24', | fillColor: 'ED1C24', | ||
- | toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/8/8b/ETH_Zurich_Red0.png" width=" | + | toolTip: $('<div/>').html('<img src="https://static.igem.org/mediawiki/2014/8/8b/ETH_Zurich_Red0.png" width="791px" />').contents() |
}, | }, | ||