Team:LMU-Munich/Templates/Page Header
From 2012.igem.org
(Difference between revisions)
Line 479: | Line 479: | ||
var dummy = document.createElement("div"); | var dummy = document.createElement("div"); | ||
mascot.parentNode.insertBefore(dummy, mascot); | mascot.parentNode.insertBefore(dummy, mascot); | ||
- | mascot.style.marginTop = "- | + | mascot.style.marginTop = "-268px"; |
- | dummy.style.height = " | + | dummy.style.height = "268px"; |
function get_y(ele) { | function get_y(ele) { | ||
Line 493: | Line 493: | ||
var scroll_top = window.pageYOffset != null ? window.pageYOffset : document.body.parentElement ? document.body.parentElement.scrollTop : document.body.scrollTop; | var scroll_top = window.pageYOffset != null ? window.pageYOffset : document.body.parentElement ? document.body.parentElement.scrollTop : document.body.scrollTop; | ||
- | var distance_bottom = window.innerHeight - | + | var distance_bottom = window.innerHeight - 268 - (get_y(dummy) - scroll_top); |
if(distance_bottom > 75) { | if(distance_bottom > 75) { |
Latest revision as of 17:04, 24 October 2012
The LMU-Munich team is exuberantly happy about the great success at the World Championship Jamboree in Boston. Our project Beadzillus finished 4th and won the prize for the "Best Wiki" (with Slovenia) and "Best New Application Project".
[ more news ]
Page title
List of templates:
- Team:LMU-Munich/Templates/Page Header
- this page, include at the start of every page, the first parameter specifies the image to be shown in the sidebar
- Team:LMU-Munich/Templates/Page Footer
- include at the end of every page
- Team:LMU-Munich/Templates/Navigation
- edit the menu here
- Team:LMU-Munich/Templates/News
- the text in the sidebar
box test
A1 | B1 | C1 |
---|---|---|
A2 | B2 | C2 |
A3 | B3 | C3 |