Team:Tsinghua/header
From 2010.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <script> | ||
+ | fixwidth=function(){ | ||
+ | var x=document.getElementByID("leftbar"); | ||
+ | if(!x) | ||
+ | { | ||
+ | var t = document.getElementById("main_content"); | ||
+ | t.style.width="60%"; | ||
+ | t.style.marginleft="10%"; | ||
+ | } | ||
+ | } | ||
+ | window.onload=fixwidth; | ||
+ | </script> | ||
+ | |||
<div id="topmost"> | <div id="topmost"> | ||
<img src="https://static.igem.org/mediawiki/2010/7/76/THU-header.png" width=100% class="headerpic"/> | <img src="https://static.igem.org/mediawiki/2010/7/76/THU-header.png" width=100% class="headerpic"/> |
Revision as of 08:03, 4 October 2010