Team:WHU-China/Project/Results

From 2011.igem.org

(Difference between revisions)
Line 80: Line 80:
height:200px;
height:200px;
background-color:yellow;
background-color:yellow;
 +
}
 +
#contact
 +
{position:absolute;
 +
z-index:1;
 +
left:0px;}
 +
 +
#bottom
 +
{
 +
position:absolute;
 +
z-index:1;
}
}
</style>
</style>
Line 88: Line 98:
$(document).ready(function()
$(document).ready(function()
{
{
-
    
+
   var a1=815;
 +
  var a2=document.body.clientHeight;
 +
  document.getElementById("bottom").style.top=(a2+a1).toString()+'px';
 +
  document.getElementById("contact").style.top=(a2+a1+80).toString()+'px';
});
});
</script>
</script>
Line 101: Line 114:
<div style="height:100px"></div>
<div style="height:100px"></div>
 +
<div id="contact">
 +
<a href="https://2011.igem.org/wiki/index.php?title=Team:WHU-China/Team/History&action=edit"><img class="whucontact" style="position:relative;left:636px;top:38px;z-index:10;" src="/wiki/images/2/2a/Whu-Home_r1_c1.png"/></a>
 +
<a href="Mailto:gubrian890512@gmail.com"><img class="whucontact" style="position:relative;left:660px;top:38px;z-index:10;" src="/wiki/images/9/97/Whu-Home_r1_c3.png"/></a>
 +
<a href="https://igem.org/Main_Page"><img class="whucontact" style="position:relative;left:676px;top:38px;z-index:10;" src="/wiki/images/0/03/Whu-Home_r1_c5.png"/></a>
 +
<img id="bb" src="/wiki/images/3/3c/Whu-build.jpg"/>
 +
</div>
</div>
</div>
</body>
</body>
</html>
</html>
{{WHUcss}}
{{WHUcss}}

Revision as of 08:47, 3 October 2011

Count Down

days

hours

minutes

seconds

Visitor

Retrieved from "http://2011.igem.org/Team:WHU-China/Project/Results"