Team:TU-Delft/CSS

From 2012.igem.org

(Difference between revisions)
Line 243: Line 243:
#nav { /*main menu css*/
#nav { /*main menu css*/
position:fixed;
position:fixed;
-
width:1000px;
+
width:1300px;
top:30px;
top:30px;
left:40%;
left:40%;
right:60%;
right:60%;
-
margin: 0 0 0 -330px;
+
margin: 0 0 0 -230px;
padding: 0;
padding: 0;
z-index:1001;
z-index:1001;
Line 279: Line 279:
#nav li ul {
#nav li ul {
display: none;
display: none;
-
float: left;
 
}
}
#nav li.off ul, #nav li.on ul { /*put the subnav below*/
#nav li.off ul, #nav li.on ul { /*put the subnav below*/
position:absolute;
position:absolute;
-
float: left;
+
/*width:1300px;*/
-
width:1000px;
+
height:60px;
height:60px;
top:95%;
top:95%;

Revision as of 21:46, 26 September 2012