I have a banner that is fixed on a static webpage that you cannot scroll. However, on the next page, you can scroll. The problem is that when scrolling, the banner is always at the bottom while scrolling (meaning the user can see the banner even when they haven't scrolled yet). However, I want the banner to be able to not be shown when scrolling, and only be shown when the user scrolls all the way to the bottom. Here is my css code:
footer {
position: fixed;
padding: 20px 25x 20px;
bottom:0;
z-index:1;
text-alight:left;
}