Template:UIUC09Temp
From 2009.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
div#top-section, div#content, div#footer-box {border-width: 30px; | div#top-section, div#content, div#footer-box {border-width: 30px; | ||
border-color: #F47F24} | border-color: #F47F24} | ||
+ | /*Following code for pipe navigation found at http://css.maxdesign.com.au/listamatic/horizontal36.htm*/ | ||
+ | #navcontainer | ||
+ | { | ||
+ | margin-bottom: 1em; | ||
+ | overflow: hidden; | ||
+ | width: 460px; | ||
+ | } | ||
+ | |||
+ | #navlist | ||
+ | { | ||
+ | list-style-type: none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | #navlist li | ||
+ | { | ||
+ | border-left: 1px solid #000; | ||
+ | float: left; | ||
+ | line-height: 1.1em; | ||
+ | margin: 0 .5em 0 -.5em; | ||
+ | padding: 0 .5em 0 .5em; | ||
+ | } | ||
/*Following coding for menubar found at http://ago.tanfa.co.uk/css/examples/menu/tutorial-h.html*/ | /*Following coding for menubar found at http://ago.tanfa.co.uk/css/examples/menu/tutorial-h.html*/ | ||
/**************** menu coding *****************/ | /**************** menu coding *****************/ |
Revision as of 19:06, 10 June 2009