CSS layout question

Out of context: Reply #3

  • Started 16 years ago
  • Last post 16 years ago
  • 7 Responses
  • blaw0

    If I use:

    position: absolute;
    left: auto;
    bottom: 0;
    z-index: 1;

    ...it positions the image at the bottom of the available browser space, but I need to accommodate for when the page is longer than that. I need it at the bottom of, say, the body or html object.

    • If I use position: relative then it places the image below everything, without the overlay effect.blaw

View thread