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?

#71559
Average Joe
Participant

Thanks Brido!

I thought having the container embedded directly within the page-wrap would take care of that?

Code:
:
:
——– 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%; }

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!