Template:USTCiGEM2010 header v1
From 2010.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | |||
+ | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
+ | |||
<html> | <html> | ||
<head> | <head> | ||
<title>An Integrated Platform Based on Bacterial Microcompartment for de novo Proteinaceous Artificial Organelles</title> | <title>An Integrated Platform Based on Bacterial Microcompartment for de novo Proteinaceous Artificial Organelles</title> | ||
+ | <meta http-equiv="content-type" content="text/html; charset=gbk"> | ||
+ | <script type="text/javascript" src="jquery.js"></script> | ||
+ | <script type="text/javascript" src="ui.core.js"></script> | ||
+ | <script type="text/javascript" src="jquery.scrollFollow.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | $( document ).ready( function () | ||
+ | |||
+ | { | ||
+ | |||
+ | $( '#SideBar' ).scrollFollow(); | ||
+ | {container: 'container'} | ||
+ | |||
+ | } | ||
+ | |||
+ | ); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | |||
<style type="text/css"> | <style type="text/css"> | ||
#content { | #content { | ||
Line 26: | Line 49: | ||
border-bottom:none; | border-bottom:none; | ||
border-top:none; | border-top:none; | ||
+ | border-bottom-right-radius:8px; | ||
+ | border-bottom-left-radius:8px; | ||
+ | border-top-left-radius:8px; | ||
+ | border-top-right-radius:8px; | ||
z-index:5; | z-index:5; | ||
} | } | ||
Line 74: | Line 101: | ||
#container{ | #container{ | ||
- | width: | + | width:930px; |
margin:10px auto; | margin:10px auto; | ||
- | padding: | + | padding:10px; |
position:relative; | position:relative; | ||
border:solid black; | border:solid black; | ||
Line 84: | Line 111: | ||
border-top-right-radius:8px; | border-top-right-radius:8px; | ||
background-image:url(https://static.igem.org/mediawiki/2010/7/75/Tablemap.png); | background-image:url(https://static.igem.org/mediawiki/2010/7/75/Tablemap.png); | ||
+ | } | ||
+ | .Header{ | ||
+ | margin:0 auto; | ||
+ | position:absolute center; | ||
+ | left:120px; | ||
+ | border:dashed blue; | ||
} | } | ||
.HeaderMenu{ | .HeaderMenu{ | ||
width:880px; | width:880px; | ||
- | height: | + | height:303px; |
margin:0 auto; | margin:0 auto; | ||
type="application/x-shockwave-flash"; | type="application/x-shockwave-flash"; | ||
- | position: | + | border:solid green; |
+ | padding-top:5px; | ||
+ | position:absolute center; | ||
} | } | ||
+ | #SideBar{ | ||
+ | position:absolute; | ||
+ | width:230px; | ||
+ | border:solid grey; | ||
+ | top:200px; | ||
+ | left:20px; | ||
} | } | ||
+ | |||
</style> | </style> | ||
</head> | </head> | ||
Line 99: | Line 141: | ||
<body> | <body> | ||
<div id="container"> | <div id="container"> | ||
- | <object class="HeaderMenu" > | + | |
+ | <div class="Header"> | ||
+ | <object class="HeaderMenu"> | ||
<param name="movie" value="https://static.igem.org/mediawiki/2010/5/5e/USTC2010~022CutOfTitile.swf" /> | <param name="movie" value="https://static.igem.org/mediawiki/2010/5/5e/USTC2010~022CutOfTitile.swf" /> | ||
<param name="quality" value="high" /> | <param name="quality" value="high" /> | ||
- | <param name="scale" value=" | + | <param name="scale" value="Noborder" /> |
</object> | </object> | ||
+ | </div> | ||
- | + | <div id="SideBar"> | |
- | <div | + | |
<object type="application/x-shockwave-flash" height="700" width="230" data="https://static.igem.org/mediawiki/2010/2/23/USTC2010~SideMenu.swf"> | <object type="application/x-shockwave-flash" height="700" width="230" data="https://static.igem.org/mediawiki/2010/2/23/USTC2010~SideMenu.swf"> | ||
<param name="movie" value="https://static.igem.org/mediawiki/2010/2/23/USTC2010~SideMenu.swf" /> | <param name="movie" value="https://static.igem.org/mediawiki/2010/2/23/USTC2010~SideMenu.swf" /> | ||
Line 113: | Line 157: | ||
</object> | </object> | ||
</div> | </div> | ||
+ | |||
+ | |||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 03:35, 25 October 2010