Gifu/head
From 2014.igem.org
(Difference between revisions)
Line 13: | Line 13: | ||
</style> | </style> | ||
+ | <script type="text/javascript"> | ||
+ | function changeMapImage(imgPath) { | ||
+ | document.getElementById('map').src = imgPath; | ||
+ | } | ||
+ | |||
+ | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
<div id="up"> | <div id="up"> | ||
<img src="https://static.igem.org/mediawiki/2014/f/f9/Menu_up.png" width="800" height="200" usemap="#Map" alt="head" /> | <img src="https://static.igem.org/mediawiki/2014/f/f9/Menu_up.png" width="800" height="200" usemap="#Map" alt="head" /> | ||
- | <map name=" | + | <map name="map"> |
- | <area | + | <area shape="circle" coords="90,70,50" href="https://2014.igem.org/Team:Gifu" onmouseover="document.sample.src='https://static.igem.org/mediawiki/2013/c/c6/Menu_hover_home.png'" onmouseout="document.sample.src='https://static.igem.org/mediawiki/2014/f/f9/Menu_up.png'" alt="home"> |
<area shape="circle" coords="210,105,50" href="https://2014.igem.org/Team:Gifu/Team" alt="team"> | <area shape="circle" coords="210,105,50" href="https://2014.igem.org/Team:Gifu/Team" alt="team"> | ||
<area shape="circle" coords="335,120,50" href="https://2014.igem.org/Team:Gifu/Project" alt="project"> | <area shape="circle" coords="335,120,50" href="https://2014.igem.org/Team:Gifu/Project" alt="project"> |
Revision as of 03:06, 31 August 2014