Team:EPF Lausanne

From 2013.igem.org

(Difference between revisions)
Line 22: Line 22:
<script>
<script>
   function showtip(tipid) {
   function showtip(tipid) {
 +
    document.all.bacterias.h2.style.visibility = "hidden";
     document.getElementById(tipid).style.visibility = "visible";
     document.getElementById(tipid).style.visibility = "visible";
   }
   }
Line 30: Line 31:
   .bacterias > h2 {  
   .bacterias > h2 {  
     position: absolute;  
     position: absolute;  
-
    top: 100px;
+
     width: 120px;  
-
    left: 0;
+
-
     width: 150px;  
+
   }
   }
Line 43: Line 42:
<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">
   <img name="imageMap" src="https://static.igem.org/mediawiki/2013/e/e3/Bacterias.jpeg" border="0" alt="Bacteria" usemap="#bacteria">
-
   <h2 id="tip1" style="visibility:hidden;background-color:yellow">Tip1<br>Bla</h2>
+
   <h2 id="tip1" style="visibility:hidden;background-color:gray;top:10px;left:30px">Tip1<br>Bla</h2>
-
   <h2 id="tip2" style="visibility:hidden;background-color:yellow">Tip2<br>Bla</h2>
+
   <h2 id="tip2" style="visibility:hidden;background-color:gray;top:80px;left:10px">Tip2<br>Bla</h2>
</div>
</div>
</html>
</html>

Revision as of 07:29, 1 August 2013



Tip1 Tip2

Bacteria


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.
EPFL LOG RVB-96.tiff

Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)

Your team picture
Team EPF_Lausanne