On Oct 6, 2007, at 11:33 PM, Chris Davis wrote:

> I see, so the element using overflow (#cast) is caught up in the  
> float as well, and part of its height is hidden by the floated  
> element (in this case the #marquee div). Does that sound right?

No,  the width of that element collapses to near 0.
This is caused by the 'clear:both' rule on the parent (#content )


> Since the #cast element is the only one that uses overflow:auto, I  
> simply cleared it with clear:both. Please let me know if this has  
> improved the page: http://monna-vanna.com/cast/

No changes.

The changes I suggested in my previous message do fix the issue:
* move the 'clear:both' away from #content
* clear inside the top block (#marquee)

> #marquee {zoom:1} /* <!-- for iExploder - hasLayout trigger to  
> contain the floats */
> #marquee::after {clear:both; content:'[.]'; display:block;
> visibility:hidden; height:0;}
>
> #content {
>   /* clear:both;*/ /* <!-- remove */
> }

PS - please use bottom posting when replying on this mailing list.

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.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