jQuery(document).ready(function($){ /* BIG BUTTON ANIMATION */ $('a.bigbutton').mouseenter(function(){ $(this).stop(true, false).animate({ backgroundColor: "#98b73c", marginLeft: "7px", marginRight: "0px" }, 200) }) $('a.bigbutton').mouseleave(function(){ $(this).stop(true, true).animate({ backgroundColor: "#8aa43c", marginLeft: "0px", marginRight: "7px" }, 100, fix); function fix() { if ($('a.bigbutton').mouseleave) { $(this).animate({ backgroundColor: "#8aa43c" }, "fast") } } }) }); /* * jquery.suckerfish.js * Description: So that the rollover menus work in IE * Note: be sure #mainnav is on the UL */ sfHover = function() { var sfEls = document.getElementById("mainnav").getElementsByTagName("LI"); for (var i=0; i