Team:NJU China
From 2013.igem.org
(Difference between revisions)
(181 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | < | + | <html lang="en"> |
- | < | + | <head> |
- | < | + | <meta charset="UTF-8" /> |
- | < | + | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
- | + | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
- | + | <style type="text/css"> | |
- | < | + | |
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | /* hiding the top section*/ | |
+ | body{position:absolute; top:0px; width:100%; height:100%;} | ||
+ | #top-section{ | ||
+ | height:0px; | ||
+ | border:none; | ||
+ | width:980px; | ||
+ | margin:0 auto; | ||
+ | padding:0 0 0 0; | ||
+ | background-color:transparent; | ||
+ | overflow:hide; | ||
+ | } | ||
+ | #p-logo{display:none;} | ||
+ | #search-controls{display:none;} | ||
+ | #top{display:none;} | ||
+ | .firstHeading{display:none;} | ||
+ | /* end of hiding the top section*/ | ||
+ | /* global setting*/ | ||
+ | #globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;font-family: calibri, Arial, Helvetica, sans-serif;} | ||
+ | #content{ | ||
+ | background-color:white; | ||
+ | border:none; | ||
+ | width:1340px; | ||
+ | /* height:700px;*/ | ||
+ | marign:0 auto; | ||
+ | padding:0 0 0 0; | ||
+ | top:-40px; | ||
+ | } | ||
+ | #bodyContent{ | ||
+ | background-color:transparent; | ||
+ | border:none; | ||
+ | |||
+ | } | ||
+ | siteSub{ | ||
+ | display:none; | ||
+ | border:none; | ||
+ | } | ||
+ | contentSub{ | ||
+ | display:none; | ||
+ | } | ||
+ | /* end of global setting*/ | ||
- | { | + | /*hiding the footer-box*/ |
+ | #footer-box{display:none;} | ||
+ | #catlinks{display:none;} | ||
+ | /*end of hiding the footer book*/ | ||
- | + | /* menu (page, edit ...) */ | |
+ | #menubar { | ||
+ | background-color:transparent; | ||
+ | position: relative; | ||
+ | float:left; | ||
+ | white-space: nowrap; | ||
+ | top:-6px; | ||
+ | width: 490px; | ||
+ | z-index: 5000; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 55%; | ||
+ | line-height: 1em; | ||
+ | z-index:99; | ||
+ | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | #aa{ | |
+ | width:100%; | ||
+ | height:100%; | ||
+ | margin:0 0 0 0; | ||
+ | padding:0 0 0 0; | ||
+ | float:left; | ||
+ | position:absolute; | ||
- | { | + | |
- | + | } | |
- | + | ||
- | + | #b{ | |
- | + | width:100%; | |
- | + | height:100%; | |
- | + | margin:0 0 0 0; | |
- | + | padding:0 0 0 0; | |
- | + | float:left; | |
- | + | display:none; | |
- | + | ||
+ | } | ||
+ | </style> | ||
+ | <script language="javascript"> | ||
+ | function changemodel() | ||
+ | { | ||
+ | document.getElementById("image").src = "https://static.igem.org/mediawiki/2013/2/27/Nju-home-Model.png"; | ||
+ | document.getElementById("b").style.display="block"; | ||
+ | } | ||
+ | function changeproject() | ||
+ | { | ||
+ | document.getElementById("image").src = "https://static.igem.org/mediawiki/2013/c/c6/Nju-home-Project.png"; | ||
+ | document.getElementById("b").style.display="block"; | ||
+ | } | ||
+ | function changehuman() | ||
+ | { | ||
+ | document.getElementById("image").src = "https://static.igem.org/mediawiki/2013/9/94/Human1111.png"; | ||
+ | document.getElementById("b").style.display="block"; | ||
+ | } | ||
+ | function changesafety() | ||
+ | { | ||
+ | document.getElementById("image").src = "https://static.igem.org/mediawiki/2013/f/f0/Nju-home-Safety.png"; | ||
+ | document.getElementById("b").style.display="block"; | ||
+ | } | ||
+ | function changewetlab() | ||
+ | { | ||
+ | document.getElementById("image").src = "https://static.igem.org/mediawiki/2013/e/ed/Nju-logo-Wet_lab.png"; | ||
+ | document.getElementById("b").style.display="block"; | ||
+ | } | ||
+ | function changeteam() | ||
+ | { | ||
+ | document.getElementById("image").src = "https://static.igem.org/mediawiki/2013/5/55/Nju-home-Team.png"; | ||
+ | document.getElementById("b").style.display="block"; | ||
+ | } | ||
+ | function changeextras() | ||
+ | { | ||
+ | document.getElementById("image").src = "https://static.igem.org/mediawiki/2013/6/68/Nju-home-Extras.png"; | ||
+ | document.getElementById("b").style.display="block"; | ||
+ | } | ||
+ | function home() | ||
+ | { | ||
+ | document.getElementById("b").style.display="none"; | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | </head> | ||
+ | |||
+ | <body style="margin:0px;padding:0px; "> | ||
+ | <div style="float:left; position:absolute; z-index:1; display:block; "> | ||
+ | </br></br> | ||
+ | <a href="https://2013.igem.org"><img src="https://static.igem.org/mediawiki/2013/2/26/NJU-Miniminilogo.png" ></a> | ||
+ | </div> | ||
+ | <div id="aa"> | ||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2013/0/0b/NJU_home_Index.png" usemap="#Map"/> | ||
+ | <map name="Map" id="Map"> | ||
+ | <area shape="rect" coords="400,590,970,679" onmouseover="home();" href="#"onfocus="blur(this);"> | ||
+ | <area shape="circle" coords="400,122,82" onmouseover="changemodel();" href="https://2013.igem.org/Team:NJU_China/Modeling" onfocus="blur(this);"/> | ||
+ | <area shape="circle" coords="236,432,116" onmouseover="changeproject();" href="https://2013.igem.org/Team:NJU_China/Project" onfocus="blur(this);"/> | ||
+ | <area shape="circle" coords="530,315,110" onmouseover="changehuman();" href="https://2013.igem.org/Team:NJU_China/Human Practice" onfocus="blur(this);"/> | ||
+ | <area shape="circle" coords="875,173,105" onmouseover="changesafety();" href="https://2013.igem.org/Team:NJU_China/Safety" onfocus="blur(this);"/> | ||
+ | <area shape="circle" coords="762,388,105" onmouseover="changewetlab();" href="https://2013.igem.org/Team:NJU_China/Wet lab" onfocus="blur(this);"/> | ||
+ | <area shape="circle" coords="995,362,78" onmouseover="changeteam();" href="https://2013.igem.org/Team:NJU_China/Team" onfocus="blur(this);"/> | ||
+ | <area shape="circle" coords="1138,490,71" onmouseover="changeextras();" href="https://2013.igem.org/Team:NJU_China/Extras" onfocus="blur(this);"/> | ||
+ | </map> | ||
+ | </div> | ||
+ | <div id ="b"> | ||
+ | <img id = "image" src="https://static.igem.org/mediawiki/2013/6/68/Nju-home-Extras.png"> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
+ | |||
+ | </html> |
Latest revision as of 03:48, 28 September 2013