Template:Team:TU Munich/Menu

From 2011.igem.org

(Difference between revisions)
Line 2: Line 2:
<html>
<html>
-
<script>
+
<style type="text/css">
 +
#navmenu {
 +
    height: 150px;
 +
    left: 0;
 +
    position: relative;
 +
    top: 20px;
 +
    width: 900px;
 +
}
 +
#navarea {
 +
    background-color: #EA8828;
 +
    height: 150px;
 +
    left: 0;
 +
    position: absolute;
 +
    top: 0;
 +
    width: 100px;
 +
}
 +
 +
 +
#navarea {
 +
    float: left;
 +
    border: 1px;
 +
}
 +
 +
#menulist li {
 +
    height: 30px;
 +
}
 +
</style>
 +
 +
<script>
</script>
</script>

Revision as of 21:25, 30 June 2011