Difference between revisions of "Team:IIT Delhi/home"

Line 78: Line 78:
 
         },
 
         },
 
         function(){
 
         function(){
          $(this).removeClass("iconActive");
 
        }
 
      );
 
    });
 
$("#icong2").hover(
 
        function(){
 
          $(this).css("margin-left","79%");
 
          $(this).addClass("iconActive");
 
        },
 
        function(){
 
          $(this).css("margin-left","83%");
 
 
           $(this).removeClass("iconActive");
 
           $(this).removeClass("iconActive");
 
         }
 
         }

Revision as of 14:41, 14 September 2015