Team:Aberdeen Scotland/css

From 2009.igem.org

(Difference between revisions)
Line 140: Line 140:
margin:0;              /* re-zero the table margins for everyone but IE5 */
margin:0;              /* re-zero the table margins for everyone but IE5 */
border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
-
font-size:12px;        /* this sets the base font size for our entire menu */
+
font-size:13px;        /* this sets the base font size for our entire menu */
         vertical-align: bottom;
         vertical-align: bottom;
Line 190: Line 190:
position:absolute;
position:absolute;
margin:0;
margin:0;
-
top:28px;              /* place us just up underneath the top-level images */
+
top:30px;              /* place us just up underneath the top-level images */
left:8px;      /* left-align our drop-down to the previous button border */
left:8px;      /* 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 */

Revision as of 10:14, 6 August 2009