vendredi 27 février 2015

Move element on scroll event on firefox


I want to move an element on scroll event. My code works fine on chrome but not on firefox.



$body = $(document.body);

$(window).scroll(function () {

$( "#topHeadVal" ).css('top', $body.scrollTop());
});


http://ift.tt/1ExX6rc





Aucun commentaire:

Enregistrer un commentaire