web/wp-content/themes/IRI-Theme/header.php
branchwordpress
changeset 110 1e6e4baafa3d
parent 109 03b0d1493584
child 123 561aa6d282f6
equal deleted inserted replaced
109:03b0d1493584 110:1e6e4baafa3d
    40 			}).mouseout(function(){
    40 			}).mouseout(function(){
    41 				$(this).animate({ backgroundColor: "#CCCCCC" }, 500);
    41 				$(this).animate({ backgroundColor: "#CCCCCC" }, 500);
    42 			});
    42 			});
    43 			
    43 			
    44 			
    44 			
    45 			// menu li 
    45 			// liens
    46 			/*
    46 			
    47 			$(".post").mouseover(function() {
    47 			$(".JQplink").mouseover(function() {
    48 				$(this).animate({ backgroundColor: "#e7e7e7" }, 500);
    48 				$(this).fadeTo("slow", 0.5);
    49 			}).mouseout(function(){
    49 			}).mouseout(function(){
    50 				$(this).stop();
    50 				$(this).fadeTo("slow", 1);
    51 				$(this).animate({ backgroundColor: "#FFFFFF" }, 500);
       
    52 			});
    51 			});
    53 			*/
    52 			
    54 
    53 
    55         });  
    54         });  
    56 		
    55 		
    57 
    56 
    58 
    57