css - How can I freeze a button once it gets to maximum position height on the page? -


I have a button that starts at the bottom of the page ... when the user scrolls, just everything Otherwise, but I was wondering if there was a way to freeze the button when it was under the header?

Use it in your CSS

  Status: fixed; // This is located at the bottom of your site, even if you scroll down: 10px; Correct: 0 pixels;  

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -