Team:UIUC-Illinois/DropdownTest

From 2012.igem.org

(Difference between revisions)
Line 102: Line 102:
/*Reformatting End*/
/*Reformatting End*/
 +
 +
#headernavigation{
 +
        width: 1000px;
 +
        float: center;
 +
background-color:#F47F24;
 +
height: 60px;
 +
        -webkit-box-shadow: 0 8px 6px -6px black;
 +
-moz-box-shadow: 0 8px 6px -6px black;
 +
box-shadow: 0 8px 6px -6px black;
 +
border: 10px solid rgba(255, 228, 196,0.4);
 +
background-clip: padding-box;
 +
margin-left: auto;
 +
margin-right: auto; 
 +
        margin-top: -20px;     
 +
}
#nav{
#nav{
Line 107: Line 122:
font-weight:bold;
font-weight:bold;
margin-bottom:10px;
margin-bottom:10px;
-
/* Clear floats */
 
float:left;
float:left;
-
width:100%;
+
width:1000px;
-
/* Bring the nav above everything else--uncomment if needed.
+
-
position:relative;
+
-
z-index:5;
+
-
*/
+
}
}
#nav li{
#nav li{
Line 134: Line 144:
/*--- DROPDOWN ---*/
/*--- DROPDOWN ---*/
-
 
-
#headernavigation{
 
-
        width: 1000px;
 
-
        float: center;
 
-
background-color:#F47F24;
 
-
height: 60px;
 
-
        -webkit-box-shadow: 0 8px 6px -6px black;
 
-
-moz-box-shadow: 0 8px 6px -6px black;
 
-
box-shadow: 0 8px 6px -6px black;
 
-
border: 10px solid rgba(255, 228, 196,0.4);
 
-
background-clip: padding-box;
 
-
margin-left: auto;
 
-
margin-right: auto; 
 
-
        margin-top: -20px;     
 
-
}
 
#headernavbar{
#headernavbar{

Revision as of 17:47, 31 May 2012

Retrieved from "http://2012.igem.org/Team:UIUC-Illinois/DropdownTest"