Team:Freiburg/Templates/html/head.html

From 2014.igem.org

Revision as of 19:44, 27 August 2014 by Wignand (Talk | contribs)


<script src="/Team:Freiburg/js/head.js?action=raw"></script>

<style type="text/css" media="screen">

  1. horizontalmenu ul {

padding:1; margin:1; list-style:none; }

  1. horizontalmenu li {

float:left; position:relative; padding-right:100; display:block; border:4px solid teal; border-style:dashed; }

  1. horizontalmenu li ul {
   display:none;

position:center; }

  1. horizontalmenu li:hover ul{
   display:block;
   background:red;

height:auto; width:8em; }

  1. horizontalmenu li ul li{
   clear:both;

border-style:none;}


</style> </head> <nav>

  • <a href="/Team:Freiburg">Home</a>
  • <a href="/Team:Freiburg/Team">Team</a>
    • <a href="#">Instructors</a>
    • <a href="#">Advisors</a>
    • <a href = "#">Members</a>
  • <a href="/Team:Freiburg/Project">Project</a>
    • <a href="/Team:Freiburg/Project/Abstract">Abstract</a>
    • <a href="#">BioBricks</a>
    • <a href = "#">Accomplishments</a>
  • <a href="/Team:Freiburg/HumanPractice">HumanPractice</a>
    • <a href="/Team:Freiburg/HumanPractice/Saturdayballoonfever">Saturdayballoonfever</a>
    • <a href="#">Safety</a>
  • <a href="/Team:Freiburg/Parts">Parts</a>
    • <a href="#">AllParts</a>
    • <a href="#">Favorite Parts</a>
  • <a href="/Team:Freiburg/Modeling">Modeling</a>
    • <a href="#">The light systems</a>
    • <a href="#">The Virus</a>
  • <a href="/Team:Freiburg/Notebook">Notebook</a>
  • <a href="/Team:Freiburg/Safety">Safety</a>
  • <a href="/Team:Freiburg/Attributions">Attributions</a>
  • <a class="logo" href="/Main_Page"> <img src="Igemlogo_300px.png" width="55px"></a>
  • <a href="/Special:PrefixIndex/Team:Freiburg">Sitemap</a>
  • <a href="/Special:PrefixIndex/Team:Freiburg/Content">Content Pages</a>
  • <a href="/Special:PrefixIndex/Team:Freiburg/Sponsors">Sponsors</a>

</nav> </html>-->