--- 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);
});
- */
+
});