Template:Team:LMU-Munich/Playground/style
From 2014.igem.org
(Difference between revisions)
(Created page with "<html> <head> <!-- NEW JQUERY --> <script src="https://code.jquery.com/jquery-1.11.1.min.js"></script> <!-- BOOTSTRAP --> <!-- Latest compiled and minified CSS --> <link href="/...") |
|||
Line 12: | Line 12: | ||
<!-- MAIN STYLE --> | <!-- MAIN STYLE --> | ||
<link href="https://preview.c9.io/loxos/igemlmu/offlineVersion/style.css" rel="stylesheet"> | <link href="https://preview.c9.io/loxos/igemlmu/offlineVersion/style.css" rel="stylesheet"> | ||
+ | |||
+ | <script> | ||
+ | $(".nav-item").mouseover(function(){ | ||
+ | $(".active-sub").hide(); | ||
+ | $("#"+this.id+"-sub").show(); | ||
+ | }); | ||
+ | </script> | ||
</head> | </head> | ||
</html> | </html> | ||
__NOTOC__ | __NOTOC__ |
Revision as of 15:06, 1 October 2014