Team:Johns Hopkins/Templates/css/navbar

From 2011.igem.org

(Difference between revisions)
(Replaced content with "li.headlink ul { display: none; } li.headlink:hover ul { display: block; }")
 
(One intermediate revision not shown)
Line 1: Line 1:
li.headlink ul { display: none; }
li.headlink ul { display: none; }
-
li.headlink:hover ul { display: block; }
+
li.headlink:hover ul { display: block }

Latest revision as of 21:59, 14 July 2011

li.headlink ul { display: none; } li.headlink:hover ul { display: block }