Home › Forums › CSS › Absolute Positioning Not Absolute? › Re: Absolute Positioning Not Absolute?
February 25, 2010 at 9:29 am
#71559
Participant
Thanks Brido!
I thought having the container embedded directly within the page-wrap would take care of that?
Code:
:
:
——– page displayed content ———–
:
:
:
——– page displayed content ———–
:
:
Inside the CSS file:
Code:
div#page-wrap { position: relative; width: 750px; margin: 10em auto; }
#container { position: relative; height: 100%; width: 100%; }
#container { position: relative; height: 100%; width: 100%; }
I’m still trying to figure out WHY when I reduce my browser window down to simulate a 800 x 600 window, I get my background, and bottom menu adjusting properly BUT… I get a horizontal scroll bar that extends out to the right. I don’t have anything out to the right!