Ricky Zhou wrote:
> 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
Hi Ricky,

I knew it was PEBCAK :)  Thanks for the reminder.

~R
______________________________________________________________________
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/

Reply via email to