function parallax() { var s = document.getElementById("floater"); var yPos = 0 - window.pageYOffset/4; s.style.top = 50 + yPos + "%"; //alert(yPos); } window.addEventListener("scroll", function(){ parallax(); });

Contact Us

Ready to build your future team? Let us know how we can help you.