-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ray Leventhal wrote: > The 'container' div needs a border. When I style 'container' with a > border, only the 'header' div seems to get the border when I'd expect > the border to encompass 'container' in full, encircling all the other > divs within container. Since #nav/#main are floated, they are taken out of the layout, so you need to make #container "contain" the floats. The easiest way to do this is to add overflow: auto; to #container.
A fuller explanation (with some alternative methods) is at http://css-discuss.incutio.com/?page=ClearingSpace Hope this helps, Ricky -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFGs39/ZBKKLMyvSE4RAvAEAJ9B1yVKg/YygXjYj00DZGloQm0lrACfZO99 L3ca6i25/cUJ7IT5L4mMxrg= =vnZd -----END PGP SIGNATURE----- ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
