Difference between revisions of "Template:Freiburg/MenubarTest"
Line 4: | Line 4: | ||
<title>""</title> | <title>""</title> | ||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||
− | + | ||
<style> | <style> | ||
/* ============= BEGIN: Stylesheet for navigation menu ============= */ | /* ============= BEGIN: Stylesheet for navigation menu ============= */ | ||
Line 157: | Line 157: | ||
/* ==== End classes for icons ==== */ | /* ==== End classes for icons ==== */ | ||
− | |||
/* ==== Begin running chip ==== */ | /* ==== Begin running chip ==== */ | ||
Line 437: | Line 436: | ||
/* ==== End Settings Submenu Level 2 ==== */ | /* ==== End Settings Submenu Level 2 ==== */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | /* ============= BEGIN: Stylesheet for navigation menu ============= */ | ||
</style> | </style> | ||
− | |||
− | <script type="text/javascript"> | + | <!------------- BEGIN: jQuery -------------> |
− | + | <script type="text/javascript"> | |
+ | $(function() { | ||
+ | $("document").ready(function(){ | ||
// make submenus appear // | // make submenus appear // | ||
− | + | $("#home").hover(function(){ | |
− | + | $("#team-sub") .hide(); | |
− | + | $("#project-sub") .hide(); | |
− | + | $("#results-sub") .hide(); | |
− | + | $("#policy-sub") .hide(); | |
− | + | $("#notebook-sub") .hide(); | |
− | + | }); | |
− | + | $("#project").hover(function(){ | |
− | + | $("#project-sub") .show(); | |
− | + | $("#team-sub") .hide(); | |
− | + | $("#results-sub") .hide(); | |
− | + | $("#policy-sub") .hide(); | |
− | + | $("#notebook-sub") .hide(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#project-sub") .hide(); | |
− | + | }); | |
− | + | ||
− | + | $("#team").hover(function(){ | |
− | + | $("#team-sub") .show(); | |
− | + | $("#project-sub") .hide(); | |
− | + | $("#results-sub") .hide(); | |
− | + | $("#policy-sub") .hide(); | |
− | + | $("#notebook-sub") .hide(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#team-sub") .hide(); | |
− | + | }); | |
− | + | ||
− | + | $("#results").hover(function(){ | |
− | + | $("#results-sub") .show(); | |
− | + | $("#project-sub") .hide(); | |
− | + | $("#team-sub") .hide(); | |
− | + | $("#policy-sub") .hide(); | |
− | + | $("#notebook-sub") .hide(); | |
− | + | }); | |
− | + | ||
− | + | $("#policy").hover(function(){ | |
− | + | $("#policy-sub") .show(); | |
− | + | $("#project-sub") .hide(); | |
− | + | $("#team-sub") .hide(); | |
− | + | $("#results-sub") .hide(); | |
− | + | $("#notebook-sub") .hide(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#policy-sub") .hide(); | |
− | + | }); | |
− | + | ||
− | + | $("#notebook").hover(function(){ | |
− | + | $("#notebook-sub") .show(); | |
− | + | $("#project-sub") .hide(); | |
− | + | $("#team-sub") .hide(); | |
− | + | $("#results-sub") .hide(); | |
− | + | $("#policy-sub") .hide(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#notebook-sub") .hide(); | |
− | + | }); | |
// make chip stay over main menu point when its submenu appears and makes the submenu stay visible// | // make chip stay over main menu point when its submenu appears and makes the submenu stay visible// | ||
− | + | $("#project-sub") .hover(function(){ | |
− | + | $("#runningchip") .css('left','18.6%'); | |
− | + | $("#project-sub") .show(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#runningchip") .css('left',''); | |
− | + | $("#project-sub") .hide(); | |
− | + | }); | |
− | + | $("#team-sub") .hover(function(){ | |
− | + | $("#runningchip") .css('left','35.5%'); | |
− | + | $("#team-sub") .show(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#runningchip") .css('left',''); | |
− | + | $("#team-sub") .hide(); | |
− | + | }); | |
− | + | $("#results-sub") .hover(function(){ | |
− | + | $("#runningchip") .css('left','52%'); | |
− | + | $("#results-sub") .show(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#runningchip") .css('left',''); | |
− | + | $("#results-sub") .hide(); | |
− | + | }); | |
− | + | $("#policy-sub") .hover(function(){ | |
− | + | $("#runningchip") .css('left','68.9%'); | |
− | + | $("#policy-sub") .show(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#runningchip") .css('left',''); | |
− | + | $("#policy-sub") .hide(); | |
− | + | }); | |
− | + | $("#notebook-sub") .hover(function(){ | |
− | + | $("#runningchip") .css('left','85.5%'); | |
− | + | $("#notebook-sub") .show(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#runningchip") .css('left',''); | |
− | + | $("#notebook-sub") .hide(); | |
− | + | }); | |
− | + | }); | |
− | </script> | + | }) |
+ | </script> | ||
Line 658: | Line 580: | ||
}); | }); | ||
− | </script | + | </script> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <!------------- END: jQuery -------------> | ||
− | < | + | </head> |
− | + | ||
− | |||
+ | <!------------- BEGIN: Body content =-------------> | ||
+ | <body> | ||
<div id="header"> | <div id="header"> | ||
<!-- Begin navigation menu icons --> | <!-- Begin navigation menu icons --> | ||
Line 776: | Line 694: | ||
<!-- End of header --> | <!-- End of header --> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 09:51, 16 September 2015