Team:WHU-China/Project/Results
From 2011.igem.org
(Difference between revisions)
(35 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 19: | Line 27: | ||
top:30px; | top:30px; | ||
width:1000px; | width:1000px; | ||
- | height: | + | height:600px; |
} | } | ||
#pics1 | #pics1 | ||
Line 27: | Line 35: | ||
left:50px; | left:50px; | ||
height:300px; | height:300px; | ||
+ | |||
+ | } | ||
+ | div.pic | ||
+ | { | ||
background-color:red; | background-color:red; | ||
} | } | ||
- | instruction1 | + | #pic11,#pic21 |
+ | { | ||
+ | position:absolute; | ||
+ | left:25px; | ||
+ | width:400px; | ||
+ | height:300px; | ||
+ | } | ||
+ | #pic12,#pic22 | ||
+ | { | ||
+ | position:absolute; | ||
+ | left:475px; | ||
+ | width:400px; | ||
+ | height:300px; | ||
+ | } | ||
+ | #instruction1 | ||
{ | { | ||
position:absolute; | position:absolute; | ||
Line 42: | Line 68: | ||
position:absolute; | position:absolute; | ||
width:900px; | width:900px; | ||
+ | top:30px; | ||
left:50px; | left:50px; | ||
height:300px; | height:300px; | ||
- | |||
} | } | ||
- | instruction2 | + | #instruction2 |
{ | { | ||
position:absolute; | position:absolute; | ||
- | top: | + | top:330px; |
width:900px; | width:900px; | ||
left:50px; | left:50px; | ||
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 62: | 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 69: | Line 108: | ||
<div id="content1"> | <div id="content1"> | ||
- | < | + | <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> | ||
+ | <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> | </div> | ||
</body> | </body> | ||
</html> | </html> | ||
{{WHUcss}} | {{WHUcss}} |
Latest revision as of 10:36, 28 October 2011