Team:ZJU-China/City info
From 2010.igem.org
(Difference between revisions)
Fatestudio (Talk | contribs) |
Fatestudio (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | |||
<html> | <html> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | /* CSS Document */ | ||
+ | |||
+ | #header { | ||
+ | width:1000px; | ||
+ | height:250px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | |||
+ | #header img{ | ||
+ | border:0px; | ||
+ | } | ||
+ | |||
+ | #headlogo { | ||
+ | float:left; | ||
+ | width: 269px; | ||
+ | height: 250px; | ||
+ | } | ||
+ | |||
+ | #headline { | ||
+ | float:left; | ||
+ | /*padding-top:30px; | ||
+ | text-align:center;*/ | ||
+ | height: 250px; | ||
+ | width: 703px; | ||
+ | } | ||
+ | |||
+ | /*#main{ | ||
+ | width:1024px; | ||
+ | height:1000px; | ||
+ | }*/ | ||
+ | |||
+ | #menubar0 { | ||
+ | float: left; | ||
+ | font-size:20px; | ||
+ | font-stretch:expanded; | ||
+ | width: 240px; | ||
+ | height: 800px; | ||
+ | overflow: visible; | ||
+ | } | ||
+ | |||
+ | #menubar0 a{ | ||
+ | color:#009; | ||
+ | } | ||
+ | |||
+ | #menubar1{ | ||
+ | width:227px; | ||
- | + | background-image:url(https://static.igem.org/mediawiki/2010/d/d6/ZJUMenubar1.jpg); | |
- | + | background-repeat:no-repeat; | |
- | + | line-height: 57px; | |
- | + | text-align:center; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | #sheet1{ | |
- | + | display:none; | |
- | < | + | } |
- | + | ||
- | < | + | #menubar2{ |
- | + | width:227px; | |
+ | |||
+ | background-image:url(https://static.igem.org/mediawiki/2010/8/87/ZJUMenubar2.jpg); | ||
+ | background-repeat:no-repeat; | ||
+ | line-height: 57px; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | #sheet2{ | ||
+ | width:227px; | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #menubar3{ | ||
+ | width:227px; | ||
+ | |||
+ | background-image:url(https://static.igem.org/mediawiki/2010/1/15/ZJUMenubar3.jpg); | ||
+ | background-repeat:no-repeat; | ||
+ | line-height: 57px; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | #sheet3{ | ||
+ | width:227px; | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #menubar4{ | ||
+ | width:227px; | ||
+ | |||
+ | background-image:url(https://static.igem.org/mediawiki/2010/0/09/ZJUMenubar4.jpg); | ||
+ | background-repeat:no-repeat; | ||
+ | line-height: 57px; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | #sheet4{ | ||
+ | width:227px; | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #menubar5{ | ||
+ | width:227px; | ||
+ | |||
+ | background-image:url(https://static.igem.org/mediawiki/2010/f/fa/ZJUMenubar5.jpg); | ||
+ | background-repeat:no-repeat; | ||
+ | line-height: 57px; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | #sheet5{ | ||
+ | width:227px; | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | #menubox{ | ||
+ | top:expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight); | ||
+ | } | ||
+ | |||
+ | #main_content { | ||
+ | padding-left:5px; | ||
+ | padding-top:5px; | ||
+ | float: left; | ||
+ | overflow: inherit; | ||
+ | overflow-x: hidden; | ||
+ | width: 715px; | ||
+ | height: 800px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #main_content body { | ||
+ | |||
+ | font-family: Verdana, Arial, Helvetica, sans-serif; | ||
+ | /*font-size: 12px;*/ | ||
+ | line-height: 24px; | ||
+ | |||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <script language="javascript"> | ||
+ | function ShowDiv(divid){ | ||
+ | |||
+ | document.getElementById('sheet1').style.display = "none"; | ||
+ | document.getElementById('sheet2').style.display = "none"; | ||
+ | document.getElementById('sheet3').style.display = "none"; | ||
+ | document.getElementById('sheet4').style.display = "none"; | ||
+ | document.getElementById('sheet5').style.display = "none"; | ||
+ | document.getElementById(divid).style.display = "block"; | ||
+ | |||
+ | } | ||
+ | |||
+ | </script> | ||
+ | |||
+ | |||
+ | |||
+ | <div id="header"> | ||
+ | <div id="headlogo" style="float:left"> | ||
+ | <a href="http://www.zju.edu.cn/english"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/b/b5/ZJUlogo.jpg" title="Zhejiang University, China"></img> | ||
+ | </a> | ||
+ | </div> | ||
+ | |||
+ | <div id="headline"> | ||
+ | <a href="https://2010.igem.org/team:zju-china"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/0/0b/Zju-igemlogo4.jpg" title="Team: ZJU-China"></img> | ||
+ | </a> | ||
+ | </div> | ||
+ | </div> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | <div id="menubar0"> | ||
+ | <div id="menubar1"> | ||
+ | <a href="https://2010.igem.org/Team:ZJU-China" title="Home" onMouseOver="ShowDiv('sheet1')">Home</a> | ||
+ | <div id="sheet1"> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div id="menubar2"> | ||
+ | <a href="https://2010.igem.org/Team:ZJU-China/ZJUprojects" title="Projects" onMouseOver="ShowDiv('sheet2')">Projects</a> | ||
+ | |||
+ | <div id="sheet2"> | ||
+ | <ul> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/Background" title="Background">Background</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/Modeling" title="Modeling">Modeling</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/Software" title="Software">Software</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/Application & Significance" title="Application & Significance">Application & Significance</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/Next Generation" title="Next Generation">Next Generation</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/References" title="References">References</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div id="menubar3"> | ||
+ | <a href="https://2010.igem.org/Team:ZJU-China/ZJUactivities" title="Acitivies" onMouseOver="ShowDiv('sheet3')">Activities</a> | ||
+ | |||
+ | <div id="sheet3"> | ||
+ | <ul> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/iGEM-China" title="iGEM-China">iGEM-China</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/Human Practice" title="Human Practice">Human Practice</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/Team Cooperation" title="Team Cooperation">Team Cooperation</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/Characterization of Biobrick" title="Characterization of Biobrick">Characterization of Biobrick</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div id="menubar4"> | ||
+ | <a href="https://2010.igem.org/Team:ZJU-China/ZJUteam" title="Team" onMouseOver="ShowDiv('sheet4')">Team</a> | ||
+ | |||
+ | <div id="sheet4"> | ||
+ | <ul> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/Member info" title="Member info">Member info</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/University info" title="University info">University info</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/City info" title="City info">City info</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div id="menubar5"> | ||
+ | <a href="https://2010.igem.org/Team:ZJU-China/ZJUsponsors" title="Sponsors" onMouseOver="ShowDiv('sheet5')">Sponsors</a> | ||
+ | |||
+ | <div id="sheet5"> | ||
+ | <ul> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/Sunny Nutrition" title="Sunny Nutrition">Sunny Nutrition</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/ZJU-IR" title="ZJU-IR">ZJU-IR</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:ZJU-China/ZJU-CLS" title="ZJU-CLS">ZJU-CLS</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="menubox"> | ||
+ | <a href="http://s07.flagcounter.com/more/0Sa"><img src="http://s07.flagcounter.com/count/0Sa/bg=FFFFFF/txt=000000/border=CCCCCC/columns=2/maxflags=248/viewers=0/labels=0/pageviews=1/" alt="free counters" border="0"></a> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
- | |||
</html> | </html> |
Revision as of 04:34, 3 October 2010