Team:UIUC-Illinois/DropdownTest
From 2012.igem.org
(Difference between revisions)
Line 102: | Line 102: | ||
/*Reformatting End*/ | /*Reformatting End*/ | ||
+ | |||
+ | #headernavigation{ | ||
+ | width: 1000px; | ||
+ | float: center; | ||
+ | background-color:#F47F24; | ||
+ | height: 60px; | ||
+ | -webkit-box-shadow: 0 8px 6px -6px black; | ||
+ | -moz-box-shadow: 0 8px 6px -6px black; | ||
+ | box-shadow: 0 8px 6px -6px black; | ||
+ | border: 10px solid rgba(255, 228, 196,0.4); | ||
+ | background-clip: padding-box; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | margin-top: -20px; | ||
+ | } | ||
#nav{ | #nav{ | ||
Line 107: | Line 122: | ||
font-weight:bold; | font-weight:bold; | ||
margin-bottom:10px; | margin-bottom:10px; | ||
- | |||
float:left; | float:left; | ||
- | width: | + | width:1000px; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
#nav li{ | #nav li{ | ||
Line 134: | Line 144: | ||
/*--- DROPDOWN ---*/ | /*--- DROPDOWN ---*/ | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#headernavbar{ | #headernavbar{ |
Revision as of 17:47, 31 May 2012