> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> discuss.org] On Behalf Of Bill Brown
> Sent: Saturday, November 01, 2008 11:51 AM
> To: Christopher Kip
> Cc: css-d@lists.css-discuss.org
> Subject: Re: [css-d] Sidebar not expanding content div
> 
> > Christopher Kip wrote:
> >> works in IE but in all others can't figure out why the sidebar is
> >> extending past the container vs. the container expanding to fit.  I
> >> have done this many times before, though slightly different layouts
> >> and not had problems.  Maybe a fresh pair of eyes...
> >>
> >> http://chromacreative.com/testingserver/tritech/site/template.html
> 
> Maybe this'll help:
> 
> .pagewrapper #container {
>    overflow: hidden; /* <-- Compliant Browser Float Clearing */
>    }

I'd move this to #content as it seems to be a closer ancestor.
But the interesting part is that the issue appears to be related to a
missing class in the styles sheet. There is a "structural hack" in the
markup to clear floats after #mainContent:

<br class="clearfloat" />

But I can't find ".clearfloat" in the sheet.
In any case, your suggestion should allow the OP to remove the above from
the markup.



-- 
Regards,
Thierry | http://www.TJKDesign.com




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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