Difference between revisions of "Template:Example2"

Line 39: Line 39:
 
 
 
$("#Team_submenu").addClass("current_page");
 
$("#Team_submenu").addClass("current_page");
$("current_page").prev('.submenu_wrapper').show();
+
$("current_page").prev('submenu_wrapper').show();
 
 
 
}
 
}
Line 132: Line 132:
  
 
/* styling for the menu butten when it is the current page */
 
/* styling for the menu butten when it is the current page */
.current_page, .submenu_button .current_page {  
+
.current_page {  
 
background-color: #97c9f2;  
 
background-color: #97c9f2;  
 
}
 
}

Revision as of 21:49, 8 March 2017