Difference between revisions of "Template:Freiburg/wiki content start"

Line 29: Line 29:
 
     }
 
     }
  
    // blob stays 100px above bottom
 
    $blob.css({"top": top });
 
 
    // if there is no lower background image, the button just moves upwards so it doesnt touch the footer
 
 
     if ($window.width() < 1320) {
 
     if ($window.width() < 1320) {
 +
      // if there is no lower background image, the button just moves upwards so it doesnt touch the footer
 
       if (y > ($pageheight - 100)) {
 
       if (y > ($pageheight - 100)) {
 +
        // blob stays 100px above bottom
 
         console.log("y 100 up");
 
         console.log("y 100 up");
         $blob.css({"top": $pageheight + $window.height() -100 });
+
      } else {
 +
         $blob.css({"top": top });
 
       }
 
       }
 
     }
 
     }

Revision as of 07:11, 8 September 2015