Template:Imperial/09/TopNavigationCSS
From 2009.igem.org
(Difference between revisions)
(11 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
#II09_TopMenuWrapper{ | #II09_TopMenuWrapper{ | ||
width: 700px; | width: 700px; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
display:block; | display:block; | ||
background:#333333; | background:#333333; | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
background-position:top left; | background-position:top left; | ||
- | |||
text-align:center; | text-align:center; | ||
+ | position:relative; | ||
+ | float:left; | ||
+ | margin-top:5px; | ||
+ | z-index:5; | ||
+ | border: 1px solid #bbb; | ||
} | } | ||
- | + | #II09_TopMenuItem{ | |
bottom:0px; | bottom:0px; | ||
margin:0px; | margin:0px; | ||
padding:5px; | padding:5px; | ||
- | |||
- | |||
- | |||
- | |||
color: #2cc7f8; | color: #2cc7f8; | ||
- | border: 1px solid #bbb; | + | border-right: 1px solid #bbb; |
+ | border-left: 1px solid #bbb; | ||
width:100px; | width:100px; | ||
+ | position:relative; | ||
+ | text-align:center; | ||
+ | float:left; | ||
+ | z-index:7; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 18:56, 19 October 2009