Team:Tokyo-NoKoGen/css

From 2010.igem.org

(Difference between revisions)
Line 59: Line 59:
.menu {
.menu {
position:relative;        /* establish a menu-relative positioning context */
position:relative;        /* establish a menu-relative positioning context */
-
float:left;                                    /* play nicely with others */
+
float:center;                                    /* play nicely with others */
margin:0;
margin:0;
padding:0;
padding:0;
Line 152: Line 152:
margin:0;
margin:0;
top:22px;              /* place us just up underneath the top-level images */
top:22px;              /* place us just up underneath the top-level images */
-
left:8px;      /* left-align our drop-down to the previous button border */
+
left:0px;      /* left-align our drop-down to the previous button border */
height:auto;      /* the drop-down height will be determiend by line count */
height:auto;      /* the drop-down height will be determiend by line count */
width:10em;
width:10em;

Revision as of 07:18, 27 October 2010