Template:Caltech PracticeBar

From 2012.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 110: Line 110:
/************************************************************/
/************************************************************/
-
/* Main menu------------------------------------------*/
 
/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */
/*------------------------------------*\
/*------------------------------------*\
Line 116: Line 115:
\*------------------------------------*/
\*------------------------------------*/
#nav{
#nav{
-
        list-style:none;
+
list-style:none;
 +
margin-bottom:0px;
/* Clear floats */
/* Clear floats */
-
float:center;
+
float:left;
width:100%;
width:100%;
 +
/* Bring the nav above everything else--uncomment if needed.
 +
position:relative;
 +
z-index:5;
 +
*/
}
}
#nav li{
#nav li{
float:left;
float:left;
 +
margin-right:0px;
position:relative;
position:relative;
}
}
#nav a{
#nav a{
-
padding:5px;
+
padding:12px;
 +
background:#000000;
text-decoration:none;
text-decoration:none;
}
}
#nav a:hover{
#nav a:hover{
-
text-decoration:none;
+
background:#000000;
 +
text-decoration:underline;
}
}
Line 139: Line 146:
list-style:none;
list-style:none;
position:absolute;
position:absolute;
-
display:none; /* Hide off-screen when not needed (this is more accessible than display:none;) */
+
left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
}
#nav ul li{
#nav ul li{
Line 146: Line 153:
}
}
#nav ul a{
#nav ul a{
-
white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
+
white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
}
#nav li:hover ul{ /* Display the dropdown on hover */
#nav li:hover ul{ /* Display the dropdown on hover */
Line 161: Line 168:
background:#000000;
background:#000000;
}
}
-
 
</style>
</style>
</head>
</head>
-
<ul id="nav">
 
-
<li>
 
-
<a href="#">Home</a>
 
-
</li>
 
-
 
-
<li>
 
-
<a href="#">About</a>
 
-
<ul>
 
-
<li><a href="#">The product</a></li>
 
-
 
-
<li><a href="#">Meet the team</a></li>
 
-
</ul>
 
-
</li>
 
-
<li>
 
-
<a href="#">Services</a>
 
-
 
-
<ul>
 
-
<li><a href="#">Sevice one</a></li>
 
-
<li><a href="#">Sevice two</a></li>
 
-
 
-
<li><a href="#">Sevice three</a></li>
 
-
<li><a href="#">Sevice four</a></li>
 
-
</ul>
 
-
 
-
</li>
 
-
<li>
 
-
<a href="#">Product</a>
 
-
<ul>
 
-
<li><a href="#">Small product (one)</a></li>
 
-
 
-
<li><a href="#">Small product (two)</a></li>
 
-
<li><a href="#">Small product (three)</a></li>
 
-
<li><a href="#">Small product (four)</a></li>
 
-
 
-
<li><a href="#">Big product (five)</a></li>
 
-
<li><a href="#">Big product (six)</a></li>
 
-
<li><a href="#">Big product (seven)</a></li>
 
-
 
-
<li><a href="#">Big product (eight)</a></li>
 
-
<li><a href="#">Enourmous product (nine)</a></li>
 
-
<li><a href="#">Enourmous product (ten)</a></li>
 
-
 
-
<li><a href="#">Enourmous product (eleven)</a></li>
 
-
</ul>
 
-
</li>
 
-
<li>
 
-
<a href="#">Contact</a>
 
-
 
-
<ul>
 
-
<li><a href="#">Out-of-hours</a></li>
 
-
<li><a href="#">Directions</a></li>
 
-
 
-
</ul>
 
-
</li>
 
-
</ul>
 
</html>
</html>

Latest revision as of 01:37, 18 July 2012