Home › Forums › CSS › Absolute Positioning Not Absolute? › Re: Absolute Positioning Not Absolute?
February 25, 2010 at 2:21 pm
#71591
Member
I think you’re actually on to something with this solution
Code:
:
:
——– page displayed content ———–
:
:
:
——– 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!