I have been struggling to find a solution to this particular issue. My goal is to position an image at both the top and bottom of the page using a background property. I understand that by making the positioning relative, the image will be placed at the bottom and move according to the amount of content on the page.
Alternatively, I could make the header/footer absolute positions so that the user can scroll between them. However, I am hoping to find a way to have the image placed at the bottom of the page when there isn't much content, but also have it stay at the bottom if the user needs to scroll through a lot of content.
This is a small detail that I am trying to work out on my own, so any suggestions or tutorials on how to achieve this would be greatly appreciated. I prefer not to use tables for layout purposes and am curious about alternative approaches.
Thank you!