Hi all, so here's a bit of a challenge.
I want to create a layout for a page using CSS and no tables. I want that layout to have a header, footer, and two columns. The footer should span the length of the page below both columns, and if EITHER column gets filled with info, it should stretch down, and push the footer down.
I've worked a couple of layouts that are similar to this, and there is usually one column that is much longer, so I can deal with using a float. But if I don't want to mess with that, and just want a simple, two column layout that works.....
Any ideas folks?
-OmniUni
A Two Column Layout
Moderator: General Moderators
Re: A Two Column Layout
Do a Google search. What you're asking for isn't complicated & is quite common - there's bound to be lots of websites showing you how to do this.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Re: A Two Column Layout
Are there examples? Yes. Are any of them to my satisfaction? Not that I have seen yet.
That's why I'm asking here. I want to see what solution you all like to use.
That's why I'm asking here. I want to see what solution you all like to use.
Re: A Two Column Layout
There are a million ways to skin a cat. There are a million+1 ways to do a 2 column layout. Try making it yourself & see what you come up with. If you have questions or problems, that's when you ask these boards.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Re: A Two Column Layout
I have made several 2+ column layouts over time, but none act like I want. As I explained before, I want the footer to get pushed down by EITHER column.
Re: A Two Column Layout
If you set both columns to float (left or right), then set the footer to clear:both, that should pop it below both columns.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Re: A Two Column Layout
I believe what you are asking for was answered in this thread - viewtopic.php?f=13&t=85489
Re: A Two Column Layout
Thank you both! I searched around the forum a bit, and online, but for some reason, I have been unable to find a clear answer. I can't wait to try this out!
Thanks again,
OmniUni
Thanks again,
OmniUni