Template:Team:Sheffield/NavigationBar

From 2014.igem.org

(Difference between revisions)
(Created page with "{{Team:Sheffield/JS:jquery}} <html> <head> <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis....")
Line 9: Line 9:
#top-section {  
#top-section {  
-
 
border: 0 none;
border: 0 none;
height: 14px;
height: 14px;
Line 21: Line 20:
#globalWrapper, #content {
#globalWrapper, #content {
 +
position: fixed;
 +
top: 0;
width: 100%;  
width: 100%;  
height: 100%;
height: 100%;
Line 36: Line 37:
}
}
-
.pageContent {
+
.body {
margin: 0;
margin: 0;
height: 2000px;
height: 2000px;
Line 149: Line 150:
}
}
</style>
</style>
-
<script src="jquery-1.11.1.min.js"></script>
 
<script>
<script>
$(window).scroll(function() {     
$(window).scroll(function() {     
Line 167: Line 167:
</script>
</script>
</head>
</head>
-
<body>
+
<body class="content">
<ul id="navigationBar">
<ul id="navigationBar">
<li><a href=""><img id="igemLogo" src="https://static.igem.org/mediawiki/2014/7/7d/IGEMLogo.png"></a></li>
<li><a href=""><img id="igemLogo" src="https://static.igem.org/mediawiki/2014/7/7d/IGEMLogo.png"></a></li>

Revision as of 20:13, 13 September 2014