Template:Osaka/Header
From 2010.igem.org
(Difference between revisions)
Line 53: | Line 53: | ||
ultags[t].parentNode.getElementsByTagName("a")[0].className+=" subfolderstyle" | ultags[t].parentNode.getElementsByTagName("a")[0].className+=" subfolderstyle" | ||
if (ultags[t].parentNode.parentNode.id==menuids[i]) //if this is a first level submenu | if (ultags[t].parentNode.parentNode.id==menuids[i]) //if this is a first level submenu | ||
- | ultags[t].style.left=ultags[t].parentNode.offsetWidth+"px" //dynamically position first level submenus to be width of main | + | ultags[t].style.left=ultags[t].parentNode.offsetWidth+"px" //dynamically position first level submenus to be width of main menu item |
- | + | ||
- | menu item | + | |
else //else if this is a sub level submenu (ul) | else //else if this is a sub level submenu (ul) | ||
- | ultags[t].style.left=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" //position menu to the right of menu item that | + | ultags[t].style.left=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" //position menu to the right of menu item that activated it |
- | + | ||
- | activated it | + | |
ultags[t].parentNode.onmouseover=function(){ | ultags[t].parentNode.onmouseover=function(){ | ||
this.getElementsByTagName("ul")[0].style.display="block" | this.getElementsByTagName("ul")[0].style.display="block" | ||
Line 67: | Line 63: | ||
} | } | ||
} | } | ||
- | for (var t=ultags.length-1; t>-1; t--){ //loop through all sub menus again, and use "display:none" to hide menus (to prevent | + | for (var t=ultags.length-1; t>-1; t--){ //loop through all sub menus again, and use "display:none" to hide menus (to prevent possible page scrollbars |
- | + | ||
- | possible page scrollbars | + | |
ultags[t].style.visibility="visible" | ultags[t].style.visibility="visible" | ||
ultags[t].style.display="none" | ultags[t].style.display="none" |
Revision as of 09:39, 8 September 2010
Project Description
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test
test