http://inspiredthinkinggroup.com/micro/
when clicking contact button on upper right, animation works fine in all other browsers,
but in chrome it’s stuck in half way.it’s completed when mouse pointer move from the button. This is only happens in chrome and can’t figure out the issues,
$('.btnContact').live('click', function(event) {
event.preventDefault();
$(".sliderHome").animate({ top: "-570px"},500);
$(".contactUsPage").animate({ top: "0px"},500);
$("#internalPage").animate({ top: "-570px"},500);
$('.btnContact').addClass("contactSelected");
$('.scrollnav').removeClass("selected");
$('.internalTitle').hide(0);
$(".logoCont h1").html("Overview for Simon Ward").fadeIn(300);
});
any idea?
Thanks
i still couldn’t find asolution for this, anyway i have found that it’s some thing to do with the bg video. it’s embedded using sw object. seems like chrome can’t process both at same time.
Thanks for the help guys.!!