Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Absolute Positioning Not Absolute? Re: Absolute Positioning Not Absolute?

#71591
jinfiesto
Member

I think you’re actually on to something with this solution

Code:
:
:
——– page displayed content ———–
:
:

Set #container as you have, width 750px etc.. and set #page-wrap as follows.

Code:
#page-wrap{width: 100%; height: 100%; position: relative}

Then position your images inside the #page-wrap but outside the #container.

This should do the trick!