Team:Calgary/Sandbox

From 2010.igem.org

(Difference between revisions)
Line 17: Line 17:
padding: 0;
padding: 0;
list-style: none;
list-style: none;
-
position: absolute;
+
position: relative;
top: 0;
top: 0;
 +
 +
float: left;
 +
}
}
Line 29: Line 32:
#homepanel{left: 0; width: 78px;}
#homepanel{left: 0; width: 78px;}
-
#teampanel{left: 79px; width: 80px;}
+
#teampanel{left: 0; width: 80px;}
-
#projectpanel{left: 159px; width: 106px;}
+
#projectpanel{left: 0; width: 106px;}
-
#notebookpanel{left: 266px; width: 212px;}
+
#notebookpanel{left: 0; width: 212px;}
-
#communitypanel{left: 478px; width: 135px;}
+
#communitypanel{left: 0; width: 135px;}
-
#sponsorspanel{left: 613px; width:153px;}
+
#sponsorspanel{left: 0; width:153px;}
Line 63: Line 66:
#sponsorspanel a:hover {
#sponsorspanel a:hover {
background: transparent url(http://i242.photobucket.com/albums/ff10/somerndmguy/image2.png) -613px -230px no-repeat;
background: transparent url(http://i242.photobucket.com/albums/ff10/somerndmguy/image2.png) -613px -230px no-repeat;
 +
}
 +
 +
 +
#nav ul {
 +
padding: 0;
 +
margin: 0;
 +
list-style: none;
 +
}
 +
 +
#nav li ul {
 +
display: none;
 +
position: absolute;
 +
top: 1em;
 +
left: 0;
}
}

Revision as of 23:27, 9 June 2010