Team:Paris Bettencourt/header

From 2012.igem.org

(Difference between revisions)
Line 42: Line 42:
var positionElementInPage = $('#menu').offset().top;
var positionElementInPage = $('#menu').offset().top;
$(window).scroll(
$(window).scroll(
-
     $function() {
+
     function() {
         if ($(window).scrollTop() >= positionElementInPage) {
         if ($(window).scrollTop() >= positionElementInPage) {
             // fixed
             // fixed

Revision as of 12:35, 23 August 2012


iGEM Paris Bettencourt 2012