Team:Imperial College/Templates/Navigation

From 2013.igem.org

(Difference between revisions)
(Replaced content with "<div id='cssmenu'> <ul> <li class='active'><a href='index.html'><span>Home</span></a></li> <li><a href='#'><span>Background</span></a></li> <li><a href='#'><span>Sol...")
Line 1: Line 1:
-
<html lang="en">
+
<div id='cssmenu'>
-
<head>
+
<ul>
-
<meta http-equiv="content-type" content="text/html;charset=utf-8">
+
  <li class='active'><a href='index.html'><span>Home</span></a></li>
-
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:Imperial_College_London/superfish?action=raw&ctype=text/css" media="screen">
+
  <li><a href='#'><span>Background</span></a></li>
-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
+
  <li><a href='#'><span>Solution</span></a></li>
-
<script type="text/javascript" src="https://2011.igem.org/Team:Imperial_College_London/hoverIntent?action=raw&ctype=text/js"></script>
+
  <li class='last'><a href='#'><span>About us</span></a></li>
-
<script type="text/javascript" src="https://2011.igem.org/Team:Imperial_College_London/superfishjs?action=raw&ctype=text/js"></script>
+
</ul>
-
 
+
-
              <script type="text/javascript" src="https://2011.igem.org/Team:Imperial_College_London/magnifier?action=raw&ctype=text/js">
+
-
/***********************************************
+
-
* jQuery Image Magnify- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
+
-
* This notice MUST stay intact for legal use
+
-
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
+
-
***********************************************/
+
-
<script type="text/javascript">
+
-
var $ = jQuery;
+
-
jQuery.imageMagnify.zIndexcounter = 1000;
+
-
</script>
+
-
 
+
-
<script>
+
-
$(document).ready(function() {
+
-
    $("sup").click(function () {
+
-
      if ($(this).html().substr(0,1)=="[")
+
-
      {
+
-
        if ($('.technology').length>0)
+
-
        {
+
-
            ddaccordion.expandone('technology', $('.technology').length-1)
+
-
            setTimeout("window.scrollBy(0,50000)",200)
+
-
        }
+
-
        else window.scrollBy(0,50000)
+
-
      }
+
-
    });
+
-
    $("sup").mouseover(function () {
+
-
        if ($(this).html().substr(0,1)=="[") $(this).css('cursor', 'pointer');
+
-
    });
+
-
});
+
-
</script>
+
-
 
+
-
<script>
+
-
+
-
    $(document).ready(function() {
+
-
        $('ul.sf-menu').superfish({
+
-
        });
+
-
    });
+
-
+
-
</script>
+
-
 
+
-
</head>
+
-
 
+
-
<body>
+
-
<div id='menucontainer'>
+
-
<ul class="sf-menu sf-navbar">
+
-
<li>
+
-
<a class="sf-with-ul" href="https://2013.igem.org/Team:Imperial_College">Project X <span class="sf-sub-indicator"> &#187;</span></a>
+
-
<ul>
+
-
<li><a href="https://2013.igem.org/Team:Imperial_College">Home</a></li>
+
-
</ul>
+
-
</li>  
+
-
<li>
+
-
<a class="sf-with-ul" href="#">Achievements<span class="sf-sub-indicator"> &#187;</span></a>
+
-
<ul>
+
-
<li><a href="https://2013.igem.org/Team:Imperial_College_London/Achievements">Main Results</a></li>  
+
-
</ul>
+
-
                                        </li>
+
-
<li>
+
-
<a class="sf-with-ul" href="#">Human Practice<span class="sf-sub-indicator"> &#187;</span></a>
+
-
<ul>
+
-
<li><a href="https://2013.igem.org/Team:Imperial_College_London/Human_Overview">Informing Design</a></li>  
+
-
<li><a href="https://2013.igem.org/Team:Imperial_College_London/Safety">Safety</a></li>
+
-
<li><a href="https://2013.igem.org/Team:Imperial_College_London/Human/Outreach">Outreach</a></li>
+
-
</ul>
+
-
</li>
+
-
<li>
+
-
<a class="sf-with-ul" href="#">Extras<span class="sf-sub-indicator"> &#187;</span></a>  
+
-
<ul>
+
-
                                                        <li><a href="https://2013.igem.org/Team:Imperial_College_London/Extras/Collaboration">Collaboration</a></li>
+
-
<li><a href="https://2013.igem.org/Team:Imperial_College_London/Protocols_General">Protocols</a></li>
+
-
<li><a href="https://2013.igem.org/Team:Imperial_College_London/Software">Software</a></li>
+
-
<li><a href="https://2013.igem.org/Team:Imperial_College_London/Notebook/week1">Diary</a></li>
+
-
                                                        <li><a href="https://2013.igem.org/Team:Imperial_College_London/Brainstorming_Health">Brainstorming</a></li>
+
-
</ul>
+
-
</li>
+
-
<li>
+
-
<a href="https://2013.igem.org/Team:Imperial_College/Team">Team</a>
+
-
</li>  
+
-
</ul>  
+
</div>
</div>
-
<p><br/><br/></p>
 
-
</body>
 
-
</html>
 

Revision as of 17:44, 10 August 2013

  • <a href='index.html'>Home</a>
  • <a href='#'>Background</a>
  • <a href='#'>Solution</a>
  • <a href='#'>About us</a>