Team:WHU-China/Project/Results
From 2011.igem.org
(Difference between revisions)
(20 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | #visit | ||
+ | { | ||
+ | display:none; | ||
+ | } | ||
+ | #countdown | ||
+ | { | ||
+ | display:none; | ||
+ | } | ||
#footer-box | #footer-box | ||
{ | { | ||
Line 72: | 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 80: | Line 98: | ||
$(document).ready(function() | $(document).ready(function() | ||
{ | { | ||
- | + | var a1=853; | |
+ | 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 87: | Line 108: | ||
<div id="content1"> | <div id="content1"> | ||
- | <img src="/wiki/images/ | + | <img src="/wiki/images/9/9a/Shuangban.png" style="position:relative;left:100px;top:20px;" width="800"> |
+ | |||
+ | <img src="/wiki/images/8/81/Huaxian2.png" style="position:relative;left:50px;top:20px;" width="900"> | ||
+ | |||
+ | <div style="height:100px"></div> | ||
+ | <div id="bottom"> | ||
+ | <image src="/wiki/images/5/58/Whu-backgroundbottom.png"/> | ||
+ | </div> | ||
+ | <div id="contact"> | ||
+ | <a href="https://2011.igem.org/wiki/index.php?title=Team:WHU-China/Project/Results&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}} |
Latest revision as of 10:36, 28 October 2011