Team:DTU-Denmark/sysucolortest
From 2014.igem.org
(Difference between revisions)
Tbjohannesen (Talk | contribs) |
|||
Line 34: | Line 34: | ||
$(window).scroll(function() { | $(window).scroll(function() { | ||
- | if ($(this).scrollTop() > | + | if ($(this).scrollTop() > 680) { // Changed threshold to 68, to make it more smooth - KJ |
$("#nav").css("position","fixed").css("top","0px"); | $("#nav").css("position","fixed").css("top","0px"); | ||
$("#nav").css("background-color","#353535"); | $("#nav").css("background-color","#353535"); |
Revision as of 12:11, 16 October 2014
MOVED to template_css