Team:DTU-Denmark/sysucolortest

From 2014.igem.org

(Difference between revisions)
Line 5: Line 5:
-
<!--        >>>>Can this be deleted?<<<<
 
-
<script type="text/javascript">
 
-
$(document).ready(function () { 
 
-
  var top = $('#nav').offset().top - parseFloat($('#nav').css('marginTop').replace(/auto/, 100));
 
-
  $(window).scroll(function (event) {
 
-
    // what the y position of the scroll is
 
-
    var y = $(this).scrollTop();
 
-
 
-
    // whether that's below the form
 
-
    if (y >= top) {
 
-
      // if so, ad the fixed class
 
-
      $('#nav').addClass('fixed');
 
-
    } else {
 
-
      // otherwise remove it
 
-
      $('#nav').removeClass('fixed');
 
-
    }
 
-
  });
 
-
});
 
-
</script>
 
-
-->
 

Revision as of 16:02, 15 October 2014

MOVED to template_css