Team:Aberdeen Scotland/css

From 2009.igem.org

(Difference between revisions)
Line 133: Line 133:
.menu ul {
.menu ul {
 +
list-style: none;
padding:0;
padding:0;
margin:0;
margin:0;
Line 144: Line 145:
position:relative;    /* create local positioning contexts for each button */
position:relative;    /* create local positioning contexts for each button */
margin:0;
margin:0;
 +
list-style: none;
}
}
Line 151: Line 153:
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:12px;        /* this sets the base font size for our entire menu */
 +
list-style: none;
}
}

Revision as of 10:12, 12 August 2009