Team:UIUC-Illinois/DropdownTest
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | #headernavbar{ | ||
+ | list-style:none; | ||
+ | font-weight:bold; | ||
+ | margin-bottom:10px; | ||
+ | float:left; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #headernavbar li{ | ||
+ | float:left; | ||
+ | margin-right:10px; | ||
+ | position:relative; | ||
+ | } | ||
+ | |||
+ | #headernavbar a{ | ||
+ | display:block; | ||
+ | padding:5px; | ||
+ | color:#fff; | ||
+ | background:#333; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | #headernavbar a:hover{ | ||
+ | color:#fff; | ||
+ | background:#6b0c36; | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | |||
+ | #headernavbar ul{ | ||
+ | background-color: white; | ||
+ | list-style:none; | ||
+ | position:absolute; | ||
+ | left:-9999px; | ||
+ | } | ||
+ | #headernavbar ul li{ | ||
+ | padding-top:1px; | ||
+ | float:none; | ||
+ | } | ||
+ | #headernavbar ul a{ | ||
+ | white-space:nowrap; | ||
+ | } | ||
+ | #headernavbar li:hover ul{ | ||
+ | left:0; | ||
+ | } | ||
+ | #headernavbar li:hover a{ | ||
+ | background:#CECECE; | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | #headernavbar li:hover ul a{ | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #headernavbar li:hover ul li a:hover{ | ||
+ | background: #F47F24; | ||
+ | } | ||
+ | |||
</style> | </style> |
Revision as of 16:17, 31 May 2012