Forums

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

Home Forums CSS Site layout troubles; Help appreciated Re: Site layout troubles; Help appreciated

#77255
DogsGhost
Member

to make the columns you have to float div.column.
Then you put clear:both on div#footer. This keeps div#content_panel from collapsing.
Sorry if you don’t understand that, I’m bad at explaining things without using jargon, look up articles on floating divs for better info.