Template:JHU BAG Top

From 2009.igem.org

(Difference between revisions)
Line 77: Line 77:
}
}
-
#menu table {
+
#menu ul {
     padding: 0;
     padding: 0;
     margin: 0 0 2px 0;
     margin: 0 0 2px 0;
-
border: 0;
+
    list-style-type: none;
}
}
-
#menu table tr td { height: 45px; margin-bottom: 3px;}
+
#menu li { display: inline; vertical-align: middle; text-align: center; }
#menu a {
#menu a {
     background: url(https://static.igem.org/mediawiki/2009/c/cf/Button.png) no-repeat left top;
     background: url(https://static.igem.org/mediawiki/2009/c/cf/Button.png) no-repeat left top;
     display: block;
     display: block;
-
height: 45px;
+
    height: 45px;
-
width: 173px;
+
    width: 173px;
     font-size: 12px;
     font-size: 12px;
     text-decoration: none;
     text-decoration: none;
Line 93: Line 93:
}
}
-
#menu tr td a:hover {
+
#menu a:hover {
 +
    color: white;
     background: url(https://static.igem.org/mediawiki/2009/d/d0/Button_click.png) no-repeat left top;
     background: url(https://static.igem.org/mediawiki/2009/d/d0/Button_click.png) no-repeat left top;
-
}
 
-
#menu tr td a:hover a {
 
-
    color: #fff;
 
}
}

Revision as of 02:24, 28 September 2009