Team:EPF Lausanne
From 2013.igem.org
(Difference between revisions)
Mareikeapelt (Talk | contribs) |
Mareikeapelt (Talk | contribs) |
||
Line 22: | Line 22: | ||
<script> | <script> | ||
- | function | + | function hideinfos() { |
- | var | + | var infos = document.getElementsByClassName("bacterias")[0].getElementsByTagName("p") |
- | for(var i=0; i < | + | for(var i=0; i < infos.length; i++) |
{ | { | ||
- | + | infos[i].style.visibility = "hidden"; | |
} | } | ||
} | } | ||
- | function | + | function showinfo(infoid) { |
- | + | hideinfos(); | |
- | document.getElementById( | + | document.getElementById(infoid).style.visibility = "visible"; |
} | } | ||
Line 53: | Line 53: | ||
<map name="bacteria"> | <map name="bacteria"> | ||
- | <area id=" | + | <area id="areainfo1" shape="rect" coords="80,40,130,100" alt="info1" onMouseOver="showinfo('info1')"> |
- | <area id=" | + | <area id="areainfo2" shape="rect" coords="60,140,120,190" alt="info2" onMouseOver="showinfo('info2')"> |
</map> | </map> | ||
<div class="bacterias" style="position:relative;width:100%;"> | <div class="bacterias" style="position:relative;width:100%;"> | ||
- | <img name="imageMap" src="https://static.igem.org/mediawiki/2013/e/e3/Bacterias.jpeg" border="0" alt="Bacteria" usemap="#bacteria" onclick=" | + | <img name="imageMap" src="https://static.igem.org/mediawiki/2013/e/e3/Bacterias.jpeg" border="0" alt="Bacteria" usemap="#bacteria" onclick="hideinfos()"> |
- | <p id=" | + | <p id="info1" style="left:80px;top:40px" onclick="javascript:location.href='http://www.google.ch'"><b>Blaa</b><br>Bla</p> |
- | <p id=" | + | <p id="info2" style="left:60px;top:140px" onclick="javascript:location.href='http://www.google.ch'"><b>Blaa</b><br>Bla</p> |
</div> | </div> | ||
</html> | </html> |
Revision as of 10:24, 1 August 2013
Home | Team | Official Team Profile | Project | Parts Submitted to the Registry | Coupling | Modeling | Notebook | Safety | Attributions |
---|
Blaa
Bla
Blaa
Bla
You can write a background of your team here. Give us a background of your team, the members, etc. Or tell us more about something of your choosing. | |
Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs) | |
Team EPF_Lausanne |