Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other IE not recognizing header tag Re: IE not recognizing header tag

#53823
jamygolden
Member

Got it.

$('article').click(function(e) {
var offset = $(this).offset().top - 70;
$('html, body').animate({scrollTop: offset}, 'slow');
e.stopPropagation();
});

Note: $(‘html, body’)