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