Team:Tuebingen

From 2013.igem.org

(Difference between revisions)
Line 5: Line 5:
<html>
<html>
 +
 +
<head>
 +
<title></title>
 +
 +
<script type = "text/javascript" src="https://www.coffeecup.com/sdrive/dashboard/205961/site/edit_file/?path=%2FiGEM_2013&file=jquery.lavalamp-1.4.js"></script>
 +
<script type = "text/javascript" src="http://igemtuebingen.coffeecup.com/iGEM_2013/jquery.easing.1.3.js"></script>
 +
<script type = "text/javascript" src="http://igemtuebingen.coffeecup.com/iGEM_2013/jquery-1.10.2.min.js"></script>
 +
 +
<style>
 +
ul#menu {
 +
    list-style:none;
 +
    margin:5px;
 +
    border:1px solid #333;
 +
    padding:10px;
 +
    overflow:auto; /* makes sure the container fits the floated list-items below */
 +
}
 +
ul#menu li{
 +
    margin:3px 5px;
 +
    padding:5px 10px 4px;
 +
    float:left; /* floats list items to the left, creating a horizontal menu */
 +
}
 +
ul#menu li.backLava {
 +
    background-color:#fc0;
 +
    border:2px solid brown;
 +
}
 +
</style>
 +
 +
<script type="text/javascript">
 +
    $(function(){
 +
        $('ul#menu').lavalamp();
 +
    });
 +
</script>
 +
 +
</head>
 +
 +
<body>
 +
 +
<ul id="menu">
 +
<li>Project</li>
 +
<li>Team</li>
 +
<li>Contact</li>
 +
 +
</body>
</html>
</html>

Revision as of 16:04, 12 August 2013

Return to iGEM Main Page.

iGEM 2013: Team Tübingen