Team:NRP-UEA-Norwich/Test

From 2013.igem.org

(Difference between revisions)
(Created page with "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <t...")
 
(146 intermediate revisions not shown)
Line 1: Line 1:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
-
<html xmlns="http://www.w3.org/1999/xhtml">  
+
<head>
-
<head>  
+
-
<title>Horizontal Navigation Bar w/Rollover Effect</title>  
+
</head>
-
<style type="text/css">  
+
 
-
<!--
+
<body>
-
+
 
-
#navbar ul {
+
-
margin: 0;
+
<div class ="content_uofl">
-
padding: 5px;
+
<div style="clear:both; height: 20px;"></div>
-
list-style-type: none;  
+
<div class="content-wrap">
-
text-align: center;  
+
 
-
background-color: #000;
+
<div class="side-pic">
-
}
+
<iframe width="450" height="253" src="http://www.youtube.com/embed/dlbpKnGQgaQ" frameborder="0" allowfullscreen></iframe>
-
+
</div>
-
#navbar ul li { 
+
 
-
display: inline;
+
 
-
}
+
 
-
+
</body>
-
#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>
</html>

Latest revision as of 20:09, 26 September 2013