, .y-close').click(function(){ $(this).parent().remove(); }); var mark=true; $(window).scroll(function() { var scrollheight = parseInt($(document).scrollTop()); if (scrollheight>=300) { if (mark) { mark = false; $('.headercatage').css('top','-75px'); $('.headercatage').show(); $(".headercatage").animate({top:"0px"},300); $('#dropdown-box-float').hide(); $('#dropdown-box').hide(); } } else { if(!mark) { mark=true; $('.headercatage').hide(); } } });