Team:MSOE Milwaukee

From 2013.igem.org

(Difference between revisions)
Line 25: Line 25:
!align="center"|[[Team:MSOE_Milwaukee/Attributions|Attributions]]
!align="center"|[[Team:MSOE_Milwaukee/Attributions|Attributions]]
|}
|}
 +
 +
 +
<html xmlns="http://www.w3.org/1999/xhtml">
 +
<head>
 +
<title>Horizontal Navigation Bar w/Rollover Effect</title>
 +
<style type="text/css">
 +
<!--
 +
 +
#navbar ul {
 +
margin: 0;
 +
padding: 5px;
 +
list-style-type: none;
 +
text-align: center;
 +
background-color: #000;
 +
}
 +
 +
#navbar ul li { 
 +
display: inline;
 +
}
 +
 +
#navbar ul li a {
 +
text-decoration: none;
 +
padding: .2em 1em;
 +
color: #fff;
 +
background-color: #000;
 +
}
 +
 +
#navbar ul li a:hover {
 +
color: #000;
 +
background-color: #fff;
 +
}
 +
 +
-->
 +
</style>
 +
</head>
 +
<body>
 +
<div id="navbar">
 +
  <ul>
 +
<li><a href="#">LinkHere</a></li>
 +
<li><a href="#">LinkHere</a></li>
 +
<li><a href="#">LinkHere</a></li>
 +
<li><a href="#">LinkHere</a></li>
 +
<li><a href="#">LinkHere</a></li>
 +
  </ul>
 +
</div>
 +
</body>
 +
</html>

Revision as of 15:49, 4 June 2013

MSOE Logo.jpg


This is where the background goes

Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs)

Team MSOE_Milwaukee


Home Team Official Team Profile Project Parts Submitted to the Registry Modeling Notebook Safety Attributions


Horizontal Navigation Bar w/Rollover Effect