How can I create a DIV block that always stays at the bottom of my page? When scrolling more content should show up right above the block. The only solution i can think of is to use 2 iframes but I prefer using CSS.
Update: The solution needs to work on iOS
Here’s some CSS:
Here’s some HTML:
This div would be placed at the bottom of the screen and stay there. Note: this won’t work on iOS because of the way it does scrolling.