How to create Sticky Navbar on scroll ?
In this tutorial, we will be learning to create sticky navbar on scroll using CSS and few lines of JavaScript code. https://www.youtube.com/watch?v=RCvoPMW8X2g Source Code : <style type="text/css"> body{ background-color: #aacad6; margin:0; }…
Show Sticky Footer when User Scroll Down using CSS and JavaScript
In this post, we are going to design a sticky footer section which can be used as an Advertisement Slot. The sticky footer will be visible only when user scrolls down. Once closed it wont be displayed until next reload. CSS : <style>…