Team:Exeter/Game

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
<html>
 +
<head>
 +
<title>The ERASE Game</title>
 +
<script>
 +
function highlight(x) {
 +
x.style.opacity ="1";
 +
}
 +
 +
function unhighlight(x) {
 +
x.style.opacity ="0.1";
 +
}
 +
</script>
 +
</head>
<body>
<body>
<a href="http://people.exeter.ac.uk/pr263/ERASE/">CLICK TO PLAY!</a>
<a href="http://people.exeter.ac.uk/pr263/ERASE/">CLICK TO PLAY!</a>
 +
 +
<img id="worldMapImage" onmouseover="highlight(document.getElementById("worldMapImage"))" onmouseout="unhighlight(document.getElementById("worldMapImage"))"border="0" src="https://static.igem.org/mediawiki/2014/thumb/1/1f/World_map_Europe_highlight.png/800px-World_map_Europe_highlight.png" alt="world map" width="900" height="500" usemap="#worldMap">
 +
 +
<map name="worldMap">
 +
<area shape="rect" coords="350,100,500,200" href="http://europe.com/"  alt="Europe">
 +
</map>
 +
</body>
</body>
 +
</html>

Revision as of 15:43, 27 September 2014

The ERASE Game CLICK TO PLAY! world map Europe