Business purpose: I’m building an admin page that is pretty long vertically, i.e., the user has to scroll down sometimes to see the content. After the user edits something, I make a “Save” button enabled.
Question: how do I position a div so that it’s absolutely at right: 5px, bottom: 5px;, and it stays in that position when you scroll up and down? So, when I scroll down, it’s still in the far right lower corner?
Hopefully that’s descriptive enough!
Thanks!
Use the CSS position:fixed; property.