Home › Forums › CSS › 3 Same level divs to be positioned ontop of each other????? › Re: 3 Same level divs to be positioned ontop of each other?????
January 19, 2011 at 11:40 am
#65283
Member
Your structure would look more like this
and to get you started, your CSS would be
#pageContainer { width: 960px; margin: 0 auto; }
Hope this helps.