User:Vinoo/2014Design6

From 2014.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
.click-nav {  
+
 
 +
.click-nav-container {  
width: 100%;  
width: 100%;  
position: fixed;  
position: fixed;  
Line 9: Line 10:
border-bottom: 1px solid #ccc;  
border-bottom: 1px solid #ccc;  
z-index: 1000;
z-index: 1000;
 +
}
 +
.click-nav {
 +
width: 960px;
 +
height: 100%;
 +
margin: 0px auto;
}
}
.click-nav ul {position:relative;font-weight:900;}
.click-nav ul {position:relative;font-weight:900;}
Line 26: Line 32:
</style>
</style>
 +
<div class="click-nav-container">
<div class="click-nav">
<div class="click-nav">
     <ul class="no-js">
     <ul class="no-js">
Line 39: Line 46:
         </li>
         </li>
     </ul>
     </ul>
 +
</div>
</div>
</div>

Revision as of 16:17, 27 January 2014