Team:Alberta/Header
From 2009.igem.org
(Difference between revisions)
Home World (Talk | contribs) |
|||
Line 1: | Line 1: | ||
- | + | <html> | |
+ | <link rel="stylesheet" type="text/css" href="http://www.ualberta.ca/~enoch/Header3/headercss.css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="http://www.ualberta.ca/~enoch/Header3/dropdowncss.css" /> | ||
+ | <!--[if IE]> | ||
+ | <style type="text/css"> | ||
+ | #utilNav ul li {list-style-image: none;} | ||
+ | #suppNav ul li {list-style-image: none;} | ||
+ | #mainNav ul li {list-style-image: none;} | ||
+ | </style> | ||
+ | <![endif]--> | ||
+ | <script type="text/javascript" src="http://www.ualberta.ca/~enoch/Header3/JAVA.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | function ddnav() { | ||
+ | $('#ddNav li').hover( | ||
+ | function () { | ||
+ | $(this).find('div:first').css('display','block');}, | ||
+ | function () { | ||
+ | $(this).find('div:first').css('display','none');} | ||
+ | ); | ||
+ | } | ||
+ | function ddnavsub() { | ||
+ | $('#ddNav span > a').toggle( | ||
+ | function () { | ||
+ | $(this).removeClass("expand").addClass("collapse"); | ||
+ | $(this).parent().find('div:first').slideDown('fast'); | ||
+ | $(this).hover( | ||
+ | function (){$(this).css('background-color','#e5e5e0')}, | ||
+ | function (){$(this).css('background-color','#e5e5e0')});}, | ||
+ | function () { | ||
+ | $(this).removeClass("collapse").addClass("expand"); | ||
+ | $(this).parent().find('div:first').css('display','none'); | ||
+ | $(this).hover( | ||
+ | function (){$(this).css('background-color','#F5F5F0')}, | ||
+ | function (){$(this).css('background-color','#FFFFFF')});} | ||
+ | ).addClass('expand'); | ||
+ | } | ||
- | + | function ddmozilla() { | |
- | + | ddtoggle(); | |
- | + | } | |
- | + | ||
+ | $(function () { | ||
+ | ddnav(); | ||
+ | ddnavsub(); | ||
- | <script | + | if($.browser.mozilla) {ddmozilla();} |
+ | }); | ||
+ | </script> | ||
+ | <center> | ||
+ | <div id="header"> | ||
+ | <img src="https://static.igem.org/mediawiki/2009/a/a1/UofA_HeaderBanner.jpg" width="900" height="216"> | ||
- | < | + | <!-- logo --> |
- | < | + | <div id="logo"> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
+ | <!-- END logo --> | ||
- | <div id=" | + | <!-- main navigation --> |
- | <a href="http://igem.biochem.ualberta.ca/extsite/ | + | <div id="mainNav"> |
- | <a href="http://igem.biochem.ualberta.ca/extsite/ | + | <ul id="ddNav"> |
- | <a href="http://igem.biochem.ualberta.ca/extsite/ | + | <li> |
- | <a href="http://igem.biochem.ualberta.ca/extsite/ | + | <a>The Team</a> |
- | <a href="http://igem.biochem.ualberta.ca/ | + | <div> |
- | <a href=" | + | <a href="http://igem.biochem.ualberta.ca/extsite/node/3">Team Members</a> |
- | </ | + | </div> |
+ | </li> | ||
+ | <li> | ||
+ | <a>The Project</a> | ||
+ | <div> | ||
+ | <a href="http://igem.biochem.ualberta.ca/extsite/node/1">About Us</a> | ||
+ | <span> | ||
+ | <a>Overview</a> | ||
+ | <div> | ||
+ | <a href="http://igem.biochem.ualberta.ca/extsite/node/6">Recruitment</a> | ||
+ | <a href="http://igem.biochem.ualberta.ca/extsite/node/5">Summary</a> | ||
+ | </div> | ||
+ | </span> | ||
+ | <a href="http://igem.biochem.ualberta.ca/wiki/index.php/Protocols">Protocols</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="https://2009.igem.org/Team:Alberta">Home Notebook</a> | ||
+ | </li> | ||
+ | </ul> | ||
- | |||
- | |||
- | |||
- | |||
</div> | </div> | ||
- | < | + | <!-- END main navigation --> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | |||
</div> | </div> | ||
+ | </center> | ||
+ | </html> | ||
- | < | + | <br> |
- | + | <br> | |
- | + | <br> | |
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | < | + |
Revision as of 16:07, 15 July 2009