Che,
Закоменнтите текущий скрипт - походу есть еще одно событие по
Цитата:
|
наведению
188 /*$('div.img_wrapper').mouseenter(function(){
189 $(this).find('img:first').stop().animate({opacity: 1}, 1000);
190
191 }).mouseleave(function(){
192 $(this).find('img:first').stop().animate({opacity: 0}, 1000);
193
194 }); */
|