Team:Tuebingen/Team/About

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
<html>
<html>
<head>
<head>
 +
 +
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
 +
 +
<script type='text/javascript'>
 +
$(document).ready(function(){
 +
$("img.a").hover(
 +
function() {
 +
$(this).stop().animate({"opacity": "0"}, "slow");
 +
},
 +
function() {
 +
$(this).stop().animate({"opacity": "1"}, "slow");
 +
});
 +
 +
});
 +
</script>
 +
<style>
<style>
 +
 +
div.fadehover {
 +
position: relative;
 +
}
 +
 +
img.a {
 +
position: absolute;
 +
left: 0;
 +
top: 0;
 +
z-index: 10;
 +
        }
 +
 +
img.b {
 +
position: absolute;
 +
left: 0;
 +
top: 0;
 +
}
 +
</style>
</style>
 +
</head>
</head>
Line 16: Line 51:
<div id="actualContent">  
<div id="actualContent">  
<p>Our <a href="https://igem.org/Team.cgi?id=1029">official team roster</a> can be found on the igem.org team page.</p>
<p>Our <a href="https://igem.org/Team.cgi?id=1029">official team roster</a> can be found on the igem.org team page.</p>
 +
 +
<div class="fadehover">
 +
  <img src="https://static.igem.org/mediawiki/2013/e/ec/Tue_Lukas_S_bw.jpg" alt="" class="a" />
 +
  <img src="https://static.igem.org/mediawiki/2013/thumb/0/07/Tue_Lukas_S.jpg/800px-Tue_Lukas_S.jpg" alt="" class="b" />
</div>
</div>
 +
 +
 +
</div> <!-- End of #actualContent -->
<!-- FOOTER --- IMPORTANT FOR NAVMENU-LENGHT!!! -->
<!-- FOOTER --- IMPORTANT FOR NAVMENU-LENGHT!!! -->

Revision as of 21:41, 12 September 2013

Return to iGEM Main Page.

About Us

Our official team roster can be found on the igem.org team page.