Team:DTU-Denmark/sysucolortest

From 2014.igem.org

(Difference between revisions)
Line 53: Line 53:
         $(window).scroll(function() {
         $(window).scroll(function() {
-
             if ($(this).scrollTop() > 50) {
+
             if ($(this).scrollTop() > 60) {
                 $("#nav").css("position","fixed").css("top","0");
                 $("#nav").css("position","fixed").css("top","0");
             } else {
             } else {

Revision as of 11:25, 4 October 2014

MOVED to template_css