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 = "-127px";
 +
dummy.style.height = "127px";
function get_y(ele) {
function get_y(ele) {
Line 494: Line 496:
if(distance_bottom > 75) {
if(distance_bottom > 75) {
-
mascot.style.position = "relative";
+
mascot.style.position = "fixed";
-
mascot.style.left = 0;
+
mascot.style.left = (window.innerWidth() / 2.0 - 500 + 25) + "px";
-
mascot.style.top = (distance_bottom - 75) + "px";
+
mascot.style.bottom = "75px";
mascot.style.width = "210px";
mascot.style.width = "210px";
} else {
} else {

Revision as of 19:10, 25 September 2012

iGEM Ludwig-Maximilians-Universität München Beadzillus

Team-LMU Sidebar Home.jpg

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".

IGEM HQ LMU prize.jpg

[ more news ]

Sporenfreunde