Team:Tuebingen/Templates/Navigation

From 2013.igem.org

(Difference between revisions)
(Undo revision 70556 by SvenB (talk))
Line 1: Line 1:
-
<html>
+
= iGEM 2013: Team Tübingen =
-
<head>
+
-
<!-- Accordion-Navigation -->
+
{{:Team:Tuebingen/Template/Twitter}}
 +
{{:Team:Tuebingen/Template/Tuebingen}}
 +
<html>
 +
 +
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
 +
<title>Mainpage Team Tübingen</title>
<style type="text/css">
<style type="text/css">
Line 12: Line 16:
}
}
 +
<!-- Navigation -->
#navigation {
#navigation {
background-color: blue;
background-color: blue;
Line 49: Line 54:
text-decoration: underline;
text-decoration: underline;
}
}
 +
<!-- /Navigation-->
</style>
</style>
Line 55: Line 61:
<body>
<body>
 +
<p>Team Tübingen!</p>
-
 
+
<!-- Navigation -->
<div id="navigation">
<div id="navigation">
<ul id="accordion">
<ul id="accordion">
Line 107: Line 114:
</ul>
</ul>
</div>
</div>
 +
<!-- /Navigation -->
<script>
<script>
 +
<!-- Navigation -->
$("#accordion > li").click(function(){
$("#accordion > li").click(function(){
Line 118: Line 127:
$(this).next().slideToggle(300);
$(this).next().slideToggle(300);
});
});
 +
<!-- /Navigation -->
</script>
</script>
-
<!-- Accordion-Navigation -->
 
</body>
</body>
</html>
</html>

Revision as of 23:24, 13 August 2013

iGEM 2013: Team Tübingen

Return to iGEM Main Page.

Mainpage Team Tübingen

Team Tübingen!