Template:Caltech PracticeBar
From 2012.igem.org
(Difference between revisions)
Line 110: | Line 110: | ||
/************************************************************/ | /************************************************************/ | ||
- | |||
/* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */ | /* BE SURE TO INCLUDE THE CSS RESET FOUND IN THE DEMO PAGE'S CSS */ | ||
/*------------------------------------*\ | /*------------------------------------*\ | ||
Line 116: | Line 115: | ||
\*------------------------------------*/ | \*------------------------------------*/ | ||
#nav{ | #nav{ | ||
- | + | list-style:none; | |
+ | margin-bottom:10px; | ||
/* Clear floats */ | /* Clear floats */ | ||
float:left; | float:left; | ||
width:100%; | width:100%; | ||
+ | /* Bring the nav above everything else--uncomment if needed. | ||
+ | position:relative; | ||
+ | z-index:5; | ||
+ | */ | ||
} | } | ||
#nav li{ | #nav li{ | ||
float:left; | float:left; | ||
+ | margin-right:10px; | ||
position:relative; | position:relative; | ||
} | } | ||
#nav a{ | #nav a{ | ||
- | padding: | + | display:block; |
+ | padding:5px; | ||
+ | background:#000000; | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
#nav a:hover{ | #nav a:hover{ | ||
- | text-decoration: | + | background:#000000; |
+ | text-decoration:underline; | ||
} | } | ||
Line 139: | Line 147: | ||
list-style:none; | list-style:none; | ||
position:absolute; | position:absolute; | ||
- | left:-9999px; | + | left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */ |
} | } | ||
#nav ul li{ | #nav ul li{ | ||
Line 146: | Line 154: | ||
} | } | ||
#nav ul a{ | #nav ul a{ | ||
- | white-space:nowrap; | + | white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */ |
} | } | ||
#nav li:hover ul{ /* Display the dropdown on hover */ | #nav li:hover ul{ /* Display the dropdown on hover */ | ||
Line 161: | Line 169: | ||
background:#000000; | background:#000000; | ||
} | } | ||
- | |||
</style> | </style> | ||
</head> | </head> | ||
</html> | </html> |
Revision as of 00:42, 18 July 2012