Difference between revisions of "Team:IIT Delhi/home"
Line 98: | Line 98: | ||
}, | }, | ||
function(){ | function(){ | ||
− | $(this).css("margin-left"," | + | $(this).css("margin-left","87%"); |
$(this).removeClass("iconActive"); | $(this).removeClass("iconActive"); | ||
} | } | ||
Line 104: | Line 104: | ||
$("#icon6").hover( | $("#icon6").hover( | ||
function(){ | function(){ | ||
− | $(this).css("margin-left"," | + | $(this).css("margin-left","83.5%"); |
$(this).addClass("iconActive"); | $(this).addClass("iconActive"); | ||
}, | }, | ||
function(){ | function(){ | ||
− | $(this).css("margin-left"," | + | $(this).css("margin-left","86.5%"); |
$(this).removeClass("iconActive"); | $(this).removeClass("iconActive"); | ||
} | } | ||
Line 114: | Line 114: | ||
$("#icon8").hover( | $("#icon8").hover( | ||
function(){ | function(){ | ||
− | $(this).css("margin-left"," | + | $(this).css("margin-left","79%"); |
$(this).addClass("iconActive"); | $(this).addClass("iconActive"); | ||
}, | }, | ||
function(){ | function(){ | ||
− | $(this).css("margin-left"," | + | $(this).css("margin-left","82%"); |
$(this).removeClass("iconActive"); | $(this).removeClass("iconActive"); | ||
} | } |
Revision as of 14:48, 14 September 2015