> 2010/3/7 Benoit Favreault <b...@provokat.ca>
> 
> >
> >> we need to remove the overflow:hidden; declarations, may I presume
> that,
> >> on
> >> this case, this is not the proper hasLayout trigger to sue?
> >> In your opinion, what effective hasLayout trigger can be used here?
>
> On floats, display : inline is a good hasLayout trigger.
> It won't be effectively applied  because floats are always in block
> display mode (but the declaration triggers hasLayout anyway), so you can
keep
> using your floats as blocks.

I didn't follow this thread, but the above is incorrect.

floats always *have* a layout. 
afaik, display:inline is not used to trigger "hasLayout", but to prevent the
double margin bug.


--
Regards,
Thierry 
www.tjkdesign.com | articles and tutorials 
www.ez-css.org | ultra light CSS framework




______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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