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

Line 73: Line 73:
 
   <script>
 
   <script>
 
     $(document).ready(function(){
 
     $(document).ready(function(){
       $(".ticons").hover(
+
       $(".icons").hover(
 
         function(){
 
         function(){
 
           $(this).addClass("iconActive");
 
           $(this).addClass("iconActive");
Line 82: Line 82:
 
       );
 
       );
 
     });
 
     });
$("#icon2").hover(
+
$("#icong2").hover(
 
         function(){
 
         function(){
 
           $(this).css("margin-left","79%");
 
           $(this).css("margin-left","79%");

Revision as of 14:41, 14 September 2015