jQuery.noConflict();
jQuery(document).ready(function() {
var t;
jQuery('#ed1, #ed1pod').hover(function() {
clearTimeout(t);
jQuery('#ed1pod').animate({
opacity: 0.9,
height: 'toggle'
}, 1000, function() {
// Animation complete.
});
}, function() {
t = setTimeout(function() {jQuery('#ed1pod').fadeOut();}, 2000);
});
});
вот пример
http://a.egoweb.ru/
когда на EgoDesign мелкую наводите вылазиет меню ...и чет закрываеться..... в чем ошибка?