???? 18/1/2010 11:38 ??, O/H Wade Smart ??????:
> Im trying to do something that I know is done every day but for the life
> of me, I cant figure it out.
>
> |___Top Div________|
> |  Middle Div______|
> |-------|----------|
> |..left.|..right...|
> |       |          |
> |------------------|
> |...footer.........|
>
>
> Simple layout. Top div has the header, etc.
> Middle div has a left and right div in it.
> Bottom div has the footer.
> I want the bottom div to be at the bottom with the text across the
> bottom regardless of whether the left div(nav) is as long as the right
> div(content). What it does right now is, the footer text ended up pushed
> to the left, under the left div when the right content is too long.
>
> I dont have a page up yet... just playing around with an idea for a
> design for someone, but, how do you get that footer to stay at the
> bottom regardless?
>
> Wade
>
>    
I guess if you try to clear the the middle div which contains the left 
and right div then the footer div will stay at the bottom in it's own 
newly created line.

So, use clear:both; for the middle div.

Sotiris.
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to