|
|
Line 80: |
Line 80: |
| } | | } |
| | | |
- |
| + | <!-- ################# Navi styles ######################### --> |
| + | #menu * { |
| + | margin: 0; |
| + | padding: 0; |
| + | } |
| | | |
- | /*-----------------------------------------------------------------------------------------------*/ | + | #menu { |
- | div.MenuBar ul li ul.DropDownMenu {
| + | behavior: url(https://www.bioquant.uni-heidelberg.de/fileadmin/igem/wiki_docs/csshover.htc); <!-- fuer ie6 --> |
- | display: none; /* Hides all drop-down menus. */
| + | font-family: calibri, verdana, sans-serif; |
- | }
| + | font-size: 14px; |
- | /* | + | background-color: transparent; |
- | li:hover works in IE7 and FF2.
| + | float:left; |
- | a:hover works in IE6 and FF2.
| + | padding: 10px 0 0 0; |
- | a:hover breaks li:hover in FF2.
| + | } |
- | */
| + | |
- | div.MenuBar ul li:hover ul.DropDownMenu li ul.SideMenu,
| + | |
- | div.MenuBar ul li a:hover ul.DropDownMenu li a ul.SideMenu {
| + | |
- | display: none; /* Hides all side menus. */
| + | |
- | } | + | |
| | | |
- | /*------------------------------------------------------------------------------------- Menu Bar */
| + | #menu ul { |
- | div.MenuBar {
| + | float: left; |
- | font: Calibri, Verdana, helvetica, sans-serif;
| + | list-style: none; |
- | height: 30px;
| + | } |
- | width: 910px;
| + | |
- | /*width: 100%*/
| + | |
- | margin: 0;
| + | |
- | border-top: 0;
| + | |
- | border-right: 0;
| + | |
- | border-left: 0;
| + | |
- | padding: 0;
| + | |
- | background: transparent;
| + | |
- | }
| + | |
- | div.MenuBar ul {
| + | |
- | font: Calibri, Verdana, helvetica, sans-serif;
| + | |
- | text-align: center;
| + | |
- | list-style-type: none;
| + | |
- | font-size: 1.2em;
| + | |
- | margin: 0.5em auto;
| + | |
- | border: 0;
| + | |
- | padding: 0;
| + | |
- | background: transparent;
| + | |
- | }
| + | |
- | div.MenuBar ul li {
| + | |
- | font: Calibri, Verdana, helvetica, sans-serif;
| + | |
- | display: block;
| + | |
- | padding: 0;
| + | |
- | margin: 0;
| + | |
- | font-size: 1em;
| + | |
- | float: left;
| + | |
- | background: transparent;
| + | |
- | text-align: center;
| + | |
- | width: relative; /* sets width of menu bar element (relative or fix) */
| + | |
- | position: relative; /* Sets the positioning context for each drop-down menu. */
| + | |
- | } | + | |
| | | |
- | div.MenuBar ul li a { /* Einstellungen des DropDowns */
| + | #menu ul li { |
- | font: Calibri, Verdana, helvetica, sans-serif;
| + | background-color:transparent; |
- | display: block;
| + | float:left; |
- | background: transparent;
| + | position: relative; |
- | height: 4ex; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */
| + | list-style: none; |
- | color: #FFFFFF;
| + | padding: 0 20px 0 0; |
- | padding-top: 0.4ex;
| + | } |
- | padding-bottom: 0.4ex;
| + | |
- | padding-left: 1em; /* Sets the left space between top-level items. */
| + | |
- | padding-right: 1em; /* Sets the right space between top-level items. */
| + | |
- | text-decoration: none;
| + | |
- | } | + | |
| | | |
- | /*------------------------------------------------------------------------------ Drop-Down Menus */
| + | #menu a { |
- | div.MenuBar ul li:hover ul.DropDownMenu,
| + | color: #FFF; |
- | div.MenuBar ul li a:hover ul.DropDownMenu { /*der graue Kasten unterm Menu*/
| + | display: block; |
- | display: block;
| + | text-decoration: none; |
- | width: 4.5em; /*Drop-down menu width. Use MenuTailor.css to customize. */
| + | } |
- | height: 0ex;
| + | |
- | padding: 0ex; /* Sets the drop-down menu "effective border" width. */
| + | |
- | position: relative; /*absolute*/
| + | |
- | top: 0em; /* Places the drop-down menu under the menu bar. Keep it sync with the menu bar height. */
| + | |
- | left: 0px; /* Aligns the drop-down menu to its top-level item. */
| + | |
- | background-color: transparent; /* Selected item. */
| + | |
- | color: transparent;
| + | |
- | } | + | |
| | | |
- | div.MenuBar ul li:hover ul.DropDownMenu li a,
| + | #menu a:visited { |
- | div.MenuBar ul li a:hover ul.DropDownMenu li a {
| + | color:#00a5ea; |
- | width: 8em; /* Keep it sync with the drop-down menu width.
| + | text-decoration: none |
- | Use MenuTailor.css to customize. */
| + | } |
- | height: 1em;
| + | |
- | padding-left: 0;
| + | |
- | padding-right: 0;
| + | |
- | background-color: transparent; /* Selected item. */
| + | |
- | color: #FFFFFF;
| + | |
- | } | + | |
| | | |
- | ul.DropDownMenu li a span {
| + | #menu a:hover { |
- | display: block;
| + | color: #00a5ea; |
- | padding-left: 0.25em; <!-- /* Sets the left space of each drop-down menu item. */ -->
| + | } |
- | padding-right: 0.05em; <!-- /* Sets the right space of each drop-down menu item. */ -->
| + | |
- | text-align: right; /* Aligns the >> symbol to the right. */
| + | |
- | } | + | |
| | | |
- | ul.DropDownMenu li a span span {
| + | #menu ul li ul { |
- | float: left; /* Aligns the text (back) to the left. */
| + | display: none; |
- | font: 1.5ex Calibri, Verdana, helvetica, sans-serif; /* Required for IE55. */ <!-- Schriftgröße 1.Level -->
| + | position: absolute; |
- | height: 4ex; <!-- Höhe des 1. Levels -->
| + | left: -20px; |
- | color: #FFFFFF;
| + | width: 149px; |
- | }
| + | font-size: 12px; |
- | /*----------------------------------------------------------------------------------- Side Menus */
| + | opacity: 0.8; |
- | /*---------------in unserem Falle unbenutzt -----------------------------------------------------*/
| + | list-style: none; |
- | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
| + | top: 13px; |
- | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
| + | padding-top: 5px; |
- | display: block;
| + | } |
- | width: 11em; /* Side menu width. Use MenuTailor.css to customize. */
| + | |
- | padding: 1px; /* Sets the side menu "effective border" width. */
| + | |
- | position: absolute;
| + | |
- | top: -1px; /* Aligns the side menu to its drop-down menu item. Keep it sync with the side menu "effective border" width. */
| + | |
- | left: 13em; /* Places the side menu to the right of the drop-down menu. Keep it sync with the drop-down menu width. Use MenuTailor.css to customize. */
| + | |
- | }
| + | |
- | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
| + | |
- | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
| + | |
- | width: 11em; /* Keep it sync with the side menu width.
| + | |
- | Use MenuTailor.css to customize. */
| + | |
- | font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
| + | |
- | left: 13em; /* Places the side menu to the right of the drop-down menu.
| + | |
- | Keep it sync with the drop-down menu width.
| + | |
- | Use MenuTailor.css to customize. */
| + | |
- | }
| + | |
- | div.MenuBar ul li ul.DropDownMenu li ul.SideMenu li a span {
| + | |
- | padding-left: 1.5em; /* Sets the left space of each side menu item. */
| + | |
- | padding-right: 0.5em; /* Sets the right space of each side menu item. */
| + | |
- | text-align: left;
| + | |
- | font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
| + | |
- | left: 13em; /* Places the side menu to the right of the drop-down menu.
| + | |
- | Keep it sync with the drop-down menu width.
| + | |
- | Use MenuTailor.css to customize. */
| + | |
- | }
| + | |
- | /*----------------------------------------------------------------------------- Browser Specific */
| + | |
- | * html div.MenuBar {
| + | |
- | position: relative; /* For IE55 and IE6.
| + | |
- | Hidden (* html) from non-IE browsers. */
| + | |
- | }
| + | |
- | * html div.MenuBar ul li a {
| + | |
- | float: left; /* For IE55 and IE6.
| + | |
- | Breaks O9.
| + | |
- | Hidden (* html) from non-IE browsers. */
| + | |
- | }
| + | |
- | * html ul.DropDownMenu li a:hover {
| + | |
- | cursor: hand; /* For IE55.
| + | |
- | Hidden (* html) from non-IE browsers. */
| + | |
- | }
| + | |
- | ul.DropDownMenu li a:hover {
| + | |
- | cursor: pointer; /* For IE6 and IE7.
| + | |
- | Hidding it (* html) from non-IE browsers breaks IE7! */
| + | |
- | }
| + | |
- | * html div.MenuBar a:hover {
| + | |
- | text-decoration: none; /* For IE55 and IE6.
| + | |
- | Hidden (* html) from non-IE browsers. */
| + | |
- | }
| + | |
- | * html div.MenuBar ul li table,
| + | |
- | * html div.MenuBar ul li table td {
| + | |
- | border: 0px none; /* For IE55 and IE6.
| + | |
- | Hidden (* html) from non-IE browsers. */
| + | |
- | }
| + | |
- | /*------------------------------------------------------------------------------- Default Colors */
| + | |
- | div.MenuBar {
| + | |
- | background-color: Menu;
| + | |
- | /* border-bottom: 0px solid ButtonShadow; */
| + | |
- | }
| + | |
- | div.MenuBar a {
| + | |
- | background-color: Menu; /* Top-level unselected items. */
| + | |
- | color: Menu;
| + | |
- | }
| + | |
- | div.MenuBar ul li:hover a,
| + | |
- | div.MenuBar ul li a:hover {
| + | |
- | color: #00b6ef;
| + | |
- | background-color: Highlight; /* Top-level selected item. */
| + | |
- | color: HighlightText;
| + | |
- | }
| + | |
- | /*...............................................................................................*/
| + | |
- | div.MenuBar ul li:hover ul.DropDownMenu,
| + | |
- | div.MenuBar ul li a:hover ul.DropDownMenu {
| + | |
- | background-color: ButtonShadow; /* Sets the drop-down menu "effective border" color. */
| + | |
- | }
| + | |
- | div.MenuBar ul li:hover ul.DropDownMenu li a,
| + | |
- | div.MenuBar ul li a:hover ul.DropDownMenu li a {
| + | |
- | background-color: Menu; /*Drop-down menu unselected items.
| + | |
- | Sets the drop-down menu "effective background" color. */
| + | |
- | color: MenuText;
| + | |
- | }
| + | |
- | div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
| + | |
- | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover {
| + | |
- | background-color: Highlight; /* Drop-down menu selected item. */
| + | |
- | color: HighlightText;
| + | |
- | }
| + | |
- | /*...............................................................................................*/
| + | |
- | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
| + | |
- | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
| + | |
- | background-color: ButtonShadow; /* Sets the side menu "effective border" color. */
| + | |
- | }
| + | |
- | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
| + | |
- | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
| + | |
- | background-color: Menu; /* Side menu unselected items.
| + | |
- | Sets the side menu "effective background" color. */
| + | |
- | color: MenuText;
| + | |
- | }
| + | |
- | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
| + | |
- | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
| + | |
- | background-color: Highlight; /* Side menu selected item. */
| + | |
- | color: HighlightText;
| + | |
- | }
| + | |
- | /*-----------------------------------------------------------------------------------------------*/
| + | |
- | /*Script-Free 3-Level Menu 1.2 Tailor
| + | |
- | www.CesarDaniel.info
| + | |
- | /*-------------------------------------------------------------------------------------- General */
| + | |
- | body {
| + | |
- | background: white;
| + | |
- | color: black;
| + | |
- | margin: 0;
| + | |
- | border: 0;
| + | |
- | padding: 0;
| + | |
- | } | + | |
| | | |
| + | #menu ul li:hover ul { |
| + | display: block; |
| + | background-position: bottom; |
| + | } |
| | | |
- | <!-- div.MenuBar { font: 0.85em Calibri, Verdana, helvetica, sans-serif; <!-- Schriftgröße MenuBar --> } -->
| + | #menu ul li ul li { |
- | div.MenuBar ul { font: 1.1em Calibri, Verdana, helvetica, sans-serif; /* Required for IE55. */ <!-- Schriftgröße MenuBar -->
| + | width: 100%; |
- | }
| + | list-style: none; |
- | /*--------------------------------------------------------------------------------------- Colors */
| + | background-color: #000; |
- | div.MenuBar {
| + | margin: -1px; |
- | background-color: #FFFFFF; /* Selected item. */
| + | padding-left: 5px; |
- | color: #FFFFFF;
| + | } |
- | /*border-bottom: 1px solid ButtonShadow;*/
| + | |
- | }
| + | |
- | | + | |
- | div.MenuBar a,
| + | |
- | div.MenuBar ul li:hover ul.DropDownMenu li a,
| + | |
- | div.MenuBar ul li a:hover ul.DropDownMenu li a,
| + | |
- | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
| + | |
- | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
| + | |
- | background-color: #000000; /* DropDown Selected item. Hintergrund*/
| + | |
- | color: #FFFFFF; /* DropDown TextFarbe */
| + | |
- | }
| + | |
- | | + | |
- | div.MenuBar ul li:hover a,
| + | |
- | div.MenuBar ul li a:hover{
| + | |
- | background-color: transparent; /* Selected item. */
| + | |
- | color: #00B6EF;
| + | |
- | }
| + | |
- | div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
| + | |
- | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover,
| + | |
- | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
| + | |
- | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
| + | |
- | background-color: black; /* Selected item. */
| + | |
- | color: #FFFFFF;
| + | |
- | }
| + | |
- | div.MenuBar ul li:hover ul.DropDownMenu,
| + | |
- | div.MenuBar ul li a:hover ul.DropDownMenu,
| + | |
- | div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
| + | |
- | div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
| + | |
- | background-color: ButtonShadow; /* Sets the drop-down and side menus "effective border" color. */
| + | |
- | }
| + | |
- | /*--------------------------------------------------------------------------------------- Widths */
| + | |
- | /*
| + | |
- | | + | |
- | /*
| + | |
- | Menu Bar 1
| + | |
- | Drop-Down Menu #2
| + | |
- | */
| + | |
- | div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4,
| + | |
- | div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4,
| + | |
- | div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4 li a,
| + | |
- | div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4 li a {
| + | |
- | width: 11em; /* Drop-down menu width. */
| + | |
- | }
| + | |
- | div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5,
| + | |
- | div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5,
| + | |
- | div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5 li a,
| + | |
- | div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5 li a {
| + | |
- | width: 12em; /* Drop-down menu width. */
| + | |
- | }
| + | |
- | | + | |
- | /*...............................................................................................*/
| + | |
- | /*
| + | |
- | Menu Bar 1
| + | |
- | Drop-Down Menu #2
| + | |
- | Side Menu #1
| + | |
- | */
| + | |
- | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
| + | |
- | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 {
| + | |
- | left: 15.5em !important; /* Places the side menu to the right of the drop-down menu.
| + | |
- | Keep it sync with the drop-down menu width. */
| + | |
- | } | + | |
- | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
| + | |
- | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1,
| + | |
- | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1 li a,
| + | |
- | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 li a {
| + | |
- | width: 10em; /* Side menu width. */
| + | |
- | }
| + | |
- | /*...............................................................................................*/
| + | |
- | /*
| + | |
- | Menu Bar 1
| + | |
- | Drop-Down Menu #2
| + | |
- | Side Menu #2
| + | |
- | */
| + | |
- | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
| + | |
- | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 {
| + | |
- | left: 15.5em !important; /* Places the side menu to the right of the drop-down menu.
| + | |
- | Keep it sync with the drop-down menu width. */
| + | |
- | }
| + | |
- | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
| + | |
- | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2,
| + | |
- | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2 li a,
| + | |
- | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 li a {
| + | |
- | width: 10em; /* Side menu width. */
| + | |
- | }
| + | |
- | /*...............................................................................................*/
| + | |
- | /*
| + | |
- | Menu Bar 1
| + | |
- | Drop-Down Menu #2
| + | |
- | Side Menu #3
| + | |
- | */
| + | |
- | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
| + | |
- | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 {
| + | |
- | left: 15.5em !important; /* Places the side menu to the right of the drop-down menu.
| + | |
- | Keep it sync with the drop-down menu width. */
| + | |
- | }
| + | |
- | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
| + | |
- | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3,
| + | |
- | div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3 li a,
| + | |
- | div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 li a {
| + | |
- | width: 10em; /* Side menu width. */
| + | |
- | }
| + | |
- | /*...............................................................................................*/
| + | |
- | | + | |
- | body#home #mainHome a,
| + | |
- | body#team .aTeam,
| + | |
- | body#project .aProject,
| + | |
- | body#notebook .aNotebook,
| + | |
- | body#modeling .aModeling,
| + | |
- | body#sponsor .aSponsor,
| + | |
- | body#misc .aMisc,
| + | |
- | body#parts .aParts
| + | |
- | { color: #F08F03; cursor: default; }
| + | |
- | | + | |
- | body#misc #image {
| + | |
- | position:absolute; top:0px; left:0px; width:640px; height:146px;
| + | |
- | z-index:50; background-color: transparent; float: left; font-size: 1em;
| + | |
- | background-image: url(http://igem.bioquant.uni-heidelberg.de/mediawiki/images/0/0e/Navigation4.png);
| + | |
- | background-repeat: no-repeat;
| + | |
- | color: #0000FF;
| + | |
- | }
| + | |
- | | + | |
- | div.MenuBar ul li a.current:link { color: #F08F03; cursor: default; }
| + | |
- | | + | |
| </style> | | </style> |
| </head> | | </head> |
| + | |
| | | |
| | | |
Line 436: |
Line 155: |
| | | |
| <body> | | <body> |
- | <style type="text/css">
| |
- | body {
| |
- | background-color:#0a0a25;
| |
- | }
| |
- | </style>
| |
| <div id="main_wrapper"> | | <div id="main_wrapper"> |
| <div id="header"> | | <div id="header"> |
| <div id="image"></div> | | <div id="image"></div> |
- | <div class='MenuBar' id="navigation"> | + | <div id="navigation"> |
- | <ul id="naviUL">
| + | <div id="menu"> |
- | <li id="mainHome">
| + | <ul> |
- | <a href="https://2009.igem.org/Team:Heidelberg">Home
| + | <li><a href="https://2009.igem.org/Team:Heidelberg">Home</a></li> |
- | <!--[if gt IE 6]><!--></a><!--<![endif]-->
| + | <li><a href="https://2009.igem.org/Team:Heidelberg/Team">Team</a> |
- | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
| + | <ul> |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]-->
| + | <li><a href="#">Overview</a></li> |
- | </li>
| + | <li><a href="https://2009.igem.org/Team:Heidelberg/Team_Members#Students">Students</a></li> |
- | <li id="mainTeam">
| + | <li><a href="https://2009.igem.org/Team:Heidelberg/Team_Members#Advisors">Advisors</a></li> |
- | <a class="aTeam" href="https://2009.igem.org/Team:Heidelberg/Team">Team<!--
| + | <li><a href="#">Scientific Environment</a></li> |
- | [if gt IE 6]><!--></a><!--<![endif]-->
| + | </ul> |
- | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
| + | </li> |
- | <ul class="DropDownMenu" id="MB1-DDM6">
| + | <li><a href="https://2009.igem.org/Team:Heidelberg/Project">Project</a> |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Team"><span><span>Overview</span></span></a></li>
| + | <ul> |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Team_Members#Advisors"><span><span>Advisors</span></span></a></li>
| + | <li><a href="#">Introduction</a></li> |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Team_Members#Undergraduates"><span><span>
| + | <li><a href="#">Measurement</a></li> |
- | Undergraduates</span></span></a></li>
| + | <li><a href="#">Synthetic Promoters</a></li> |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Team/scientific_environment"><span><span>Scientific
| + | <li><a href="#">HEARTBEAT</a></li> |
- | Environment</span></span><!--[if
| + | <li><a href="#">Summary & Outlook</a></li> |
- | gt IE 6]><!--></a><!--<![endif]-->
| + | </ul> |
- | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
| + | </li> |
- | </ul>
| + | <li><a href="https://2009.igem.org/Team:Heidelberg/Parts">Parts</a></li> |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]-->
| + | <li><a href="https://2009.igem.org/Team:Heidelberg/Modeling">Modeling</a> |
- | </li>
| + | <ul> |
- | <li id="mainProject">
| + | <li><a href="#">Overview</a></li> |
- | <a class="aProject" href="https://2009.igem.org/Team:Heidelberg/Project">Project<!--[if gt IE 6]><!--></a><!--<![endif]-->
| + | <li><a href="#">HEARTBEAT Database</a></li> |
- | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
| + | <li><a href="#">HEARTBEAT GUI</a></li> |
- | <ul class="DropDownMenu" id="MB1-DDM1">
| + | <li><a href="#">Network Modeling</a></li> |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Project"><span><span>Overall
| + | </ul> |
- | Project</span></span></a></li>
| + | </li> |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/material"><span><span>Material & Methods</span></span></a>
| + | <li><a href="https://2009.igem.org/Team:Heidelberg/Notebook">Notebook</a> |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Project/Natural_promoters"><span><span>Natural Promoters</span></span></a></li>
| + | <ul> |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Project/Synthetic_promoters"><span><span>Synthetic Promoters</span></span></a></li>
| + | <li><a href="#">Natural Promoters</a></li> |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Project/Multi-color_output"><span><span>Multi-Color Output</span></span></a></li>
| + | <li><a href="#">Synthetic Promoters</a></li> |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Project/Stable_cell_line"><span><span>Stable Cell Line</span></span></a></li>
| + | <li><a href="#">Stable Cell Line</a></li> |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Project/Modeling"><span><span>Modeling</span></span></a></li>
| + | <li><a href="#">Multi-Color Output</a></li> |
- | </ul>
| + | <li><a href="#">Modeling</a></li> |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]-->
| + | <li><a href="#">Measurements</a></li> |
- | </li>
| + | <li><a href="#">Material & Methods</a></li> |
- | | + | |
- | <li id="mainParts">
| + | |
- | <a class="aParts" href="https://2009.igem.org/Team:Heidelberg/Parts">Parts</a>
| + | |
- | </li>
| + | |
- | | + | |
- | | + | |
- | <li id="mainModeling">
| + | |
- | <a class="aModeling" href="https://2009.igem.org/Team:Heidelberg/Modeling">Modeling<!--[if gt IE 6]><!--></a><!--<![endif]-->
| + | |
- | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
| + | |
- | <ul class="DropDownMenu" id="MB1-DDM3">
| + | |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Modeling"><span><span>Overview</span></span></a></li>
| + | |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Modeling/HEARTBEAT_DB"><span><span>HEARTBEAT DB</span></span></a></li>
| + | |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Modeling/HEARTBEAT_GUI"><span><span>HEARTBEAT GUI</span></span></a></li>
| + | |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Modeling/HEARTBEAT_Network"><span><span>Network Modeling</span></span></a></li>
| + | |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/Modeling"><span><span>Notebook</span></span></a></li>
| + | |
- | | + | |
- |
| + | |
- | </ul>
| + | |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]-->
| + | |
- | </li>
| + | |
- | <li id="mainNotebook">
| + | |
- | <a class="aNotebook" href="https://2009.igem.org/Team:Heidelberg/Notebook/Overview">Notebook<!--[if gt IE 6]><!--></a><!--<![endif]-->
| + | |
- | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
| + | |
- | <ul class="DropDownMenu" id="MB1-DDM5">
| + | |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/Natural_promoters"><span><span>Natural Promoters</span></span><!--[if gt IE 6]><!--></a><!--<![endif]-->
| + | |
- | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
| + | |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]-->
| + | |
- | </li>
| + | |
- |
| + | |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/synthetic_promoters"><span><span>Synthetic Promoters</span></span><!--[if gt IE 6]><!--></a><!--<![endif]-->
| + | |
- | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
| + | |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]-->
| + | |
- | </li>
| + | |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/stable_cell_line"><span><span>Stable Cell Line</span></span><!--[if gt IE 6]><!--></a><!--<![endif]-->
| + | |
- | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
| + | |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]-->
| + | |
- | </li>
| + | |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/Multi-color_Output"><span><span>Multi-color Output</span></span><!--[if gt IE 6]><!--></a><!--<![endif]-->
| + | |
- | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
| + | |
- | </li>
| + | |
- | | + | |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/Modeling"><span><span>Modeling</span></span><!--[if gt IE 6]><!--></a><!--<![endif]--> | + | |
- | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
| + | |
- | </li>
| + | |
- | | + | |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/Measurements"><span><span>Measurements</span></span><!--[if gt IE 6]><!--></a><!--<![endif]--> | + | |
- | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]--> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
| + | |
- | </li>
| + | |
- | | + | |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Notebook/material"><span><span>Material & Methods</span></span></a>
| + | |
- | </ul>
| + | |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]-->
| + | |
- | </li>
| + | |
- | <li id="mainSponsors">
| + | |
- | <a class="aSponsor" href="https://2009.igem.org/Team:Heidelberg/Sponsors">Sponsors</a>
| + | |
- | </li>
| + | |
- | | + | |
- | | + | |
- | <li id="mainMisc">
| + | |
- | <a class="aMisc" href="https://2009.igem.org/Team:Heidelberg/Miscellaneous">Misc<!--[if gt IE 6]><!--></a><!--<![endif]-->
| + | |
- | <!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
| + | |
- | <ul class="DropDownMenu" id="MB1-DDM3">
| + | |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/News"><span><span>NEWS</span></span></a></li>
| + | |
- | <li><a href="https://2009.igem.org/Team:Heidelberg/Miscellaneous/Links"><span><span>Links</span></span></a></li>
| + | |
- |
| + | |
- | </ul>
| + | |
- | <!--[if lte IE 6]></td></tr></table></a><![endif]-->
| + | |
- | </li>
| + | |
- | | + | |
| </ul> | | </ul> |
| + | </li> |
| + | <li><a href="https://2009.igem.org/Team:Heidelberg/Eucaryopedia">Eucaryopedia</a></li> |
| + | <li><a href="https://2009.igem.org/Team:Heidelberg/Sponsors">Sponsors</a></li> |
| + | </ul> |
| | | |
| + | </div><!-- end drop menu --> |
| + | </div> <!-- end navigation --> |
| </div> | | </div> |
- | </div>
| |
| </div> | | </div> |
| </body> | | </body> |
| </html> | | </html> |