|
|
Line 1: |
Line 1: |
- | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | + | <script language="Javascript"> |
- | <html xmlns="http://www.w3.org/1999/xhtml">
| + | button1up=new Image(146,235); |
- | <head>
| + | button1up.src="https://static.igem.org/mediawiki/2013/5/59/11.png"; |
- | | + | //鼠标为UP状态时图片大小和图片 |
- | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
| + | button1down=new Image(146,235); |
- | <title>无标题文档</title>
| + | button1down.src="https://static.igem.org/mediawiki/2013/4/4a/1.png"; |
- | <style type="text/css">
| + | //鼠标为down状态时图片大小和图片 |
- | /* hiding the top section*/ | + | //--> |
- | body{position:absolute; top:0px; width:100%; height:1480px;}
| + | |
- | #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*/ | + | |
- | | + | |
- | /*hiding the footer-box*/ | + | |
- | #footer-box{display:none;}
| + | |
- | #catlinks{display:none;}
| + | |
- | /*end of hiding the footer book*/
| + | |
- | #apDiv1 {
| + | |
- | position: absolute;
| + | |
- | width: 1193px;
| + | |
- | height: 185px;
| + | |
- | z-index: 1;
| + | |
- | top: -1px;
| + | |
- | left: -200px;
| + | |
- | }
| + | |
- | #apDiv2 {
| + | |
- | position: absolute;
| + | |
- | width: 150px;
| + | |
- | height: 240px;
| + | |
- | z-index: 2;
| + | |
- | left: 220px;
| + | |
- | top: 27px;
| + | |
- | }
| + | |
- | #apDiv3 {
| + | |
- | position: absolute;
| + | |
- | width: 150px;
| + | |
- | height: 240px;
| + | |
- | z-index: 3;
| + | |
- | left: 370px;
| + | |
- | top: 27px;
| + | |
- | }
| + | |
- | #apDiv6 {
| + | |
- | position: absolute;
| + | |
- | width: 150px;
| + | |
- | height: 240px;
| + | |
- | z-index: 4;
| + | |
- | left: 520px;
| + | |
- | top: 27px;
| + | |
- | }
| + | |
- | #apDiv7 {
| + | |
- | position: absolute;
| + | |
- | width: 150px;
| + | |
- | height: 240px;
| + | |
- | z-index: 5;
| + | |
- | left: 670px;
| + | |
- | top: 27px;
| + | |
- | }
| + | |
- | #apDiv8 {
| + | |
- | position: absolute;
| + | |
- | width: 150px;
| + | |
- | height: 240px;
| + | |
- | z-index: 6;
| + | |
- | left: 820px;
| + | |
- | top: 27px;
| + | |
- | }
| + | |
- | #apDiv9 {
| + | |
- | position: absolute;
| + | |
- | width: 150px;
| + | |
- | height: 240px;
| + | |
- | z-index: 7;
| + | |
- | left: 970px;
| + | |
- | top: 27px;
| + | |
- | }
| + | |
- | #apDiv4 {
| + | |
- | position: absolute;
| + | |
- | width: 934px;
| + | |
- | height: 788px;
| + | |
- | z-index: 8;
| + | |
- | left: 55px;
| + | |
- | top: 365px;
| + | |
- | }
| + | |
- | </style>
| + | |
- | <Script Language="JavaScript">
| + | |
- | document.writeln("<script type=\"text/javascript\">");
| + | |
- | document.writeln("function MM_swapImgRestore() { //v3.0");
| + | |
- | document.writeln(" var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;");
| + | |
- | document.writeln("}");
| + | |
- | document.writeln("function MM_preloadImages() { //v3.0");
| + | |
- | document.writeln(" var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();");
| + | |
- | document.writeln(" var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)");
| + | |
- | document.writeln(" if (a[i].indexOf(\"#\")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}");
| + | |
- | document.writeln("}");
| + | |
- | document.writeln("");
| + | |
- | document.writeln("function MM_findObj(n, d) { //v4.01");
| + | |
- | document.writeln(" var p,i,x; if(!d) d=document; if((p=n.indexOf(\"?\"))>0&&parent.frames.length) {");
| + | |
- | document.writeln(" d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}");
| + | |
- | document.writeln(" if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];");
| + | |
- | document.writeln(" for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);");
| + | |
- | document.writeln(" if(!x && d.getElementById) x=d.getElementById(n); return x;");
| + | |
- | document.writeln("}");
| + | |
- | document.writeln("");
| + | |
- | document.writeln("function MM_swapImage() { //v3.0");
| + | |
- | document.writeln(" var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)");
| + | |
- | document.writeln(" if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}");
| + | |
- | document.writeln("}");
| + | |
- | document.writeln("</script>");
| + | |
- | document.writeln("");
| + | |
| </script> | | </script> |
- | <body background="https://static.igem.org/mediawiki/2013/d/de/Slide2-background.jpg" onLoad="MM_preloadImages('https://static.igem.org/mediawiki/2013/5/59/11.png','https://static.igem.org/mediawiki/2013/7/75/22.png','https://static.igem.org/mediawiki/2013/archive/9/9c/20130923072245%2133.png','https://static.igem.org/mediawiki/2013/9/9c/33.png','https://static.igem.org/mediawiki/2013/8/83/55.png','https://static.igem.org/mediawiki/2013/9/99/66.png')"><div id="apDiv1"><img src="https://static.igem.org/mediawiki/2013/8/84/Safety.png" width="1398" height="302"></div>
| + | <a href="http://www.zzjs.net" onmouseover="button1.src=button1up.src" onmouseout="button1.src=button1down.src"><img name="button1" src="https://static.igem.org/mediawiki/2013/4/4a/1.png" width=146 height=235 border=0 onclick="javascript:window.open(this.src);" style="cursor:pointer;"/></a> |
- | <div id="apDiv2"><a href="https://2013.igem.org/Team:AHUT_China" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','https://static.igem.org/mediawiki/2013/5/59/11.png',1)"><img src="https://static.igem.org/mediawiki/2013/4/4a/1.png" width="146" height="235" id="Image2"></a></div>
| + | |
- | <div id="apDiv3"><a href="https://2013.igem.org/Team:AHUT_China/Team" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','https://static.igem.org/mediawiki/2013/7/75/22.png',1)"><img src="https://static.igem.org/mediawiki/2013/f/fb/2.png" width="153" height="235" id="Image3"></a></div>
| + | |
- | <div id="apDiv6"><a href="https://2013.igem.org/Team:AHUT_China/Parts" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','https://static.igem.org/mediawiki/2013/archive/9/9c/20130923072245%2133.png',1)"><img src="https://static.igem.org/mediawiki/2013/1/10/3.png" width="144" height="235" id="Image4"></a></div>
| + | |
- | <div id="apDiv7"><a href="https://2013.igem.org/Team:AHUT_China/Modeling" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','https://static.igem.org/mediawiki/2013/9/9c/33.png',1)"><img src="https://static.igem.org/mediawiki/2013/0/09/4.png" width="153" height="235" id="Image5"></a></div>
| + | |
- | <div id="apDiv8"><a href="https://2013.igem.org/Team:AHUT_China/Humanpractice" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','https://static.igem.org/mediawiki/2013/8/83/55.png',1)"><img src="https://static.igem.org/mediawiki/2013/8/82/5.png" width="153" height="235" id="Image6"></a></div>
| + | |
- | <div id="apDiv9"><a href="https://2013.igem.org/Team:AHUT_China/Safety" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','https://static.igem.org/mediawiki/2013/9/99/66.png',1)"><img src="https://static.igem.org/mediawiki/2013/f/f1/6.png" width="162" height="235" id="Image7"></a></div>
| + | |
- | <div id="apDiv4"><img src="https://static.igem.org/mediawiki/2013/f/fe/Safety-%E6%81%A2%E5%A4%8D%E7%9A%84.png" width="922" height="1534"></div>
| + | |