Skip to main content

CSS layout question 77 Responses

Last post: 2 years, 10 months ago | Thread started: Jul 26, 09, 8:19 p.m.

RespondNew TopicDisable Images

Out of context: Response #3 [Jul 26, 09, 8:19 p.m.]

  • blaw

    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
    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content