Forums

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

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?????

#65283
dhechler
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.