Difference between revisions of "Team:Cambridge-JIC"

Line 73: Line 73:
 
     var i=0;
 
     var i=0;
 
     $("section.dotslide").each(function(){
 
     $("section.dotslide").each(function(){
         if($(this).offset().top <= $("body").scrollTop() + ($(window).height()/3)) {
+
         if($(this).offset().top <= $("body").scrollTop()) {
 
             $(".sidebar-item").css("background", "none")
 
             $(".sidebar-item").css("background", "none")
 
             $($(".sidebar-item").get(i)).css("background", "#555")
 
             $($(".sidebar-item").get(i)).css("background", "#555")

Revision as of 14:56, 16 September 2015