Team:MSOE Milwaukee/Notebook

From 2013.igem.org

(Difference between revisions)
Line 49: Line 49:
</html>
</html>
-
 
+
<html xmlns="http://www.w3.org/1999/xhtml">
-
 
+
<head>
-
You should make use of the calendar feature on the wiki and start a lab notebookThis may be looked at by the judges to see how your work progressed throughout the summer. It is a very useful organizational tool as well.
+
<title>Horizontal Navigation Bar w/Rollover Effect</title>
 +
<style type="text/css">
 +
<!--
 +
 +
#navbar2 ul {
 +
margin: 0;
 +
padding: 5px;
 +
list-style-type: none;
 +
text-align: center;
 +
background-color: #000;
 +
}
 +
 +
#navbar2 ul li { 
 +
display: inline;
 +
}
 +
 +
#navbar2 ul li a {
 +
text-decoration: none;
 +
padding: .2em 1em;
 +
color: #fff;
 +
background-color: #000;
 +
}
 +
   
 +
#navbar2 ul li a:hover {
 +
color: #000;
 +
background-color: #fff;
 +
}
 +
   
 +
-->
 +
</style>
 +
</head>
 +
<body>
 +
<div id="navbar2">
 +
  <ul>
 +
<li><a href="/Team:MSOE_Milwaukee">Week 1</a></li>
 +
<li><a href="/Team:MSOE_Milwaukee/Team">Week 2</a></li>
 +
<li><a href="https://igem.org/Team.cgi?year=2013&team_name=MSOE_Milwaukee Official Team Profile">Week 3</a></li>
 +
<li><a href="/Team:MSOE_Milwaukee/Project">Week 4</a></li>
 +
<li><a href="/Team:MSOE_Milwaukee/Parts">Week 5</a></li>
 +
        <li><a href="/Team:MSOE_Milwaukee/Modeling">Week 6</a></li>
 +
        <li><a href="/Team:MSOE_Milwaukee/Notebook">Week 7</a></li>
 +
        <li><a href="/Team:MSOE_Milwaukee/Safety">Week 8</a></li>
 +
        <li><a href="/Team:MSOE_Milwaukee/Attributions">Week 9</a></li>
 +
  </ul>
 +
</div>
 +
</body>
 +
</html>

Revision as of 00:54, 5 June 2013

Horizontal Navigation Bar w/Rollover Effect

Horizontal Navigation Bar w/Rollover Effect