Previous Message
Next Message

Footer problems in IE - please help.

Sent by Martin Heiden on 18 March 2005 16:04


Julian,

JV> Do you know of any particularly good examples to look at?

No, I don't. The floats will bring you other problems. Your boxes are
separated by borders which will only be as long as the floating box
and won't extend to the bottom.

You could do it in a vera simple way:

--------------------------container--------------------------
|-----box1----- -----box2----- -----box3----- -----box4-----|
||            | |            | |            | |            ||
||            | |            | |            | |            ||
||            | |            | |            | |            ||
||            | |            | -------------- |            ||
||            | --------------                |            ||
||            |                               |            ||
|--------------                               |            ||
|                                             --------------|
| <div class="clear">&nbsp;</div>                           |
-------------------------------------------------------------

All boxes floated left. The clearer-div will ensure that your footer
stays under the content, but the separator-borders will only extend to
the height of the boxes.

Martin

 

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: