Team:Freiburg/Templates/header
From 2011.igem.org
(Difference between revisions)
Line 19: | Line 19: | ||
hideSubmenu(id); | hideSubmenu(id); | ||
highlightMenuItem(url); | highlightMenuItem(url); | ||
+ | } | ||
+ | |||
+ | function foo(){ | ||
+ | alert("da"); | ||
+ | windowLoadMenu(); | ||
} | } | ||
Line 62: | Line 67: | ||
document.getElementById( "contentSub" ).style.display="none"; | document.getElementById( "contentSub" ).style.display="none"; | ||
document.getElementsByTagName( "p" )[0].style.display="none"; | document.getElementsByTagName( "p" )[0].style.display="none"; | ||
- | |||
- | |||
- | |||
} | } | ||
Line 283: | Line 285: | ||
</style> | </style> | ||
</head> | </head> | ||
- | <body > | + | <body onload="foo();"> |
<div id="up_white_container"> | <div id="up_white_container"> | ||
<div id="over_the_header_button"> | <div id="over_the_header_button"> |
Revision as of 09:53, 4 July 2011