web/wp-content/themes/IRI-Theme/header.php
branchwordpress
changeset 110 1e6e4baafa3d
parent 109 03b0d1493584
child 123 561aa6d282f6
--- a/web/wp-content/themes/IRI-Theme/header.php	Wed Dec 23 17:55:33 2009 +0000
+++ b/web/wp-content/themes/IRI-Theme/header.php	Thu Dec 24 17:17:09 2009 +0000
@@ -42,15 +42,14 @@
 			});
 			
 			
-			// menu li 
-			/*
-			$(".post").mouseover(function() {
-				$(this).animate({ backgroundColor: "#e7e7e7" }, 500);
+			// liens
+			
+			$(".JQplink").mouseover(function() {
+				$(this).fadeTo("slow", 0.5);
 			}).mouseout(function(){
-				$(this).stop();
-				$(this).animate({ backgroundColor: "#FFFFFF" }, 500);
+				$(this).fadeTo("slow", 1);
 			});
-			*/
+			
 
         });