Template:Peking2012 CSS
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 774: | Line 774: | ||
SubmenuHeight_Des_Project = 1; | SubmenuHeight_Des_Project = 1; | ||
document.getElementById("PKU_banner_Project_submenu").style.zIndex = 2; | document.getElementById("PKU_banner_Project_submenu").style.zIndex = 2; | ||
- | + | HideSubmenuTeam(); | |
- | + | HideSubmenuModeling(); | |
- | + | HideSubmenuHumanPractice(); | |
} | } | ||
function HideSubmenuProject() | function HideSubmenuProject() | ||
Line 804: | Line 804: | ||
SubmenuHeight_Des_Modeling = 1; | SubmenuHeight_Des_Modeling = 1; | ||
document.getElementById("PKU_banner_Modeling_submenu").style.zIndex = 2; | document.getElementById("PKU_banner_Modeling_submenu").style.zIndex = 2; | ||
- | + | HideSubmenuProject(); | |
- | + | HideSubmenuTeam(); | |
- | + | HideSubmenuHumanPractice(); | |
} | } | ||
function HideSubmenuModeling() | function HideSubmenuModeling() | ||
Line 834: | Line 834: | ||
SubmenuHeight_Des_HumanPractice = 1; | SubmenuHeight_Des_HumanPractice = 1; | ||
document.getElementById("PKU_banner_HumanPractice_submenu").style.zIndex = 2; | document.getElementById("PKU_banner_HumanPractice_submenu").style.zIndex = 2; | ||
- | + | HideSubmenuProject(); | |
- | + | HideSubmenuModeling(); | |
- | + | HideSubmenuTeam(); | |
} | } | ||
function HideSubmenuHumanPractice() | function HideSubmenuHumanPractice() |
Revision as of 12:11, 11 August 2012