Template:Peking2012 Prologue
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 64: | Line 64: | ||
background-image: none; | background-image: none; | ||
border-style: none; | border-style: none; | ||
- | |||
} | } | ||
#catlinks | #catlinks | ||
Line 705: | Line 704: | ||
SubmenuWidth_Des_Team = 1; | SubmenuWidth_Des_Team = 1; | ||
SubmenuWidth_Des_Blank = 140; | SubmenuWidth_Des_Blank = 140; | ||
- | + | document.getElementById("PKU_banner_submenu").style.zIndex = 50; | |
} | } | ||
function HideSubmenuTeam() | function HideSubmenuTeam() | ||
Line 714: | Line 713: | ||
handleSubmenu_Team = null; | handleSubmenu_Team = null; | ||
ButtonMouseOut(document.getElementById("PKU_banner_Team")); | ButtonMouseOut(document.getElementById("PKU_banner_Team")); | ||
+ | document.getElementById("PKU_banner_submenu").style.zIndex = -1; | ||
} | } | ||
function WithdrawSubmenuTeam() | function WithdrawSubmenuTeam() | ||
Line 733: | Line 733: | ||
SubmenuWidth_Des_Project = 1; | SubmenuWidth_Des_Project = 1; | ||
SubmenuWidth_Des_Blank = 220; | SubmenuWidth_Des_Blank = 220; | ||
- | + | document.getElementById("PKU_banner_submenu").style.zIndex = 50; | |
} | } | ||
function HideSubmenuProject() | function HideSubmenuProject() | ||
Line 742: | Line 742: | ||
handleSubmenu_Project = null; | handleSubmenu_Project = null; | ||
ButtonMouseOut(document.getElementById("PKU_banner_Project")); | ButtonMouseOut(document.getElementById("PKU_banner_Project")); | ||
+ | document.getElementById("PKU_banner_submenu").style.zIndex = -1; | ||
} | } | ||
function WithdrawSubmenuProject() | function WithdrawSubmenuProject() | ||
Line 767: | Line 768: | ||
SubmenuWidth_Des_Modeling = 1; | SubmenuWidth_Des_Modeling = 1; | ||
SubmenuWidth_Des_Blank = 500; | SubmenuWidth_Des_Blank = 500; | ||
- | + | document.getElementById("PKU_banner_submenu").style.zIndex = 50; | |
} | } | ||
function HideSubmenuModeling() | function HideSubmenuModeling() | ||
Line 776: | Line 777: | ||
handleSubmenu_Modeling = null; | handleSubmenu_Modeling = null; | ||
ButtonMouseOut(document.getElementById("PKU_banner_Modeling")); | ButtonMouseOut(document.getElementById("PKU_banner_Modeling")); | ||
+ | document.getElementById("PKU_banner_submenu").style.zIndex = -1; | ||
} | } | ||
function WithdrawSubmenuModeling() | function WithdrawSubmenuModeling() | ||
Line 795: | Line 797: | ||
SubmenuWidth_Des_HumanPractice = 1; | SubmenuWidth_Des_HumanPractice = 1; | ||
SubmenuWidth_Des_Blank = 607; | SubmenuWidth_Des_Blank = 607; | ||
- | + | document.getElementById("PKU_banner_submenu").style.zIndex = 50; | |
} | } | ||
function HideSubmenuHumanPractice() | function HideSubmenuHumanPractice() | ||
Line 804: | Line 806: | ||
handleSubmenu_HumanPractice = null; | handleSubmenu_HumanPractice = null; | ||
ButtonMouseOut(document.getElementById("PKU_banner_HumanPractice")); | ButtonMouseOut(document.getElementById("PKU_banner_HumanPractice")); | ||
+ | document.getElementById("PKU_banner_submenu").style.zIndex = -1; | ||
} | } | ||
function WithdrawSubmenuHumanPractice() | function WithdrawSubmenuHumanPractice() |
Revision as of 03:53, 23 August 2012