Team:Newcastle University/Header

From 2008.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
<link rel="stylesheet"  
+
<style type="text/css">
-
      href="http://www.visualgenomics.ca/~mltaschu/navmenu.css"
+
<!--
-
      type="text/css" />
+
/**This is grabbed from Imperial's 2007 iGEM page. Thanks! */
 +
 
 +
h1.firstHeading {display: none;}
 +
 
 +
#contentSub {
 +
    font-size: 0px;
 +
}
 +
 
 +
#navmenu {
 +
float: left;
 +
width: 667px;
 +
position: relative;
 +
top: -42px;
 +
left: 170px;
 +
padding: 0;
 +
margin: 0 0 0 0;
 +
list-style: none;
 +
z-index:20;
 +
margin-bottom: 10px;
 +
}
 +
 
 +
#navmenu ul {
 +
list-style: none;
 +
position:absolute;
 +
border-right: solid 1px #666;
 +
border-bottom: solid 1px #666;
 +
border-left: solid 1px #666;
 +
line-height: 10pt;
 +
}
 +
 
 +
#navmenu a {
 +
font-size: 14pt;
 +
font-family: "Helvetica", Verdana, arial, sans-serif;
 +
text-decoration: none;
 +
color: #0a5b86;
 +
display: block;
 +
        list-style: none;
 +
}
 +
 
 +
#navmenu a:hover {
 +
color: #0a5b86;
 +
}
 +
 
 +
#navmenu li {
 +
list-style: none;
 +
padding: 0.2em 0.5em;
 +
float:left;
 +
background-color: #FFF;
 +
}
 +
 
 +
#navmenu li td a:visited { color: #0a5b86; }
 +
 
 +
#navmenu li ul {
 +
display: none;
 +
margin: 0;
 +
padding-left:0;
 +
background:white;
 +
list-style: none;
 +
}
 +
 
 +
#navmenu li:hover ul {
 +
display: block;
 +
list-style: none;
 +
}
 +
 
 +
#navmenu li li {
 +
padding: 0.1em 0.5em;
 +
float:none;
 +
list-style: none;
 +
}
 +
 
 +
#navmenu li li:hover {
 +
background-color: #e6ecf6;
 +
list-style: none;
 +
}
 +
 
 +
#navmenu li ul a {
 +
font-size: 8pt;
 +
color: #0a5b86;
 +
list-style: none;
 +
}
 +
-->
 +
</style>
 +
 
<!-- Dirk's attempt at banner changes. -->
<!-- Dirk's attempt at banner changes. -->

Revision as of 15:51, 16 June 2008