> how can i clear float inside a div without impacting others elements?
> regards.
overflow: auto; on the div.

Signature
Richard.
Michael Fesser - 27 Aug 2007 02:50 GMT
.oO(rf)
>> how can i clear float inside a div without impacting others elements?
>> regards.
>
>overflow: auto; on the div.
Might cause scrollbars. Better "overflow: hidden".
Micha
rf - 27 Aug 2007 03:19 GMT
> .oO(rf)
>
[quoted text clipped - 4 lines]
>
> Might cause scrollbars.
True, but I'd rather have a scrollbar than ...
> Better "overflow: hidden".
... missing content.

Signature
Richard.
Jean-Sébastien - 27 Aug 2007 13:21 GMT
> > .oO(rf)
>
[quoted text clipped - 15 lines]
> --
> Richard.
thank you css gurus. it works for me with hidden overflow. nothing is
hidden when i use clear property.
In article
<1188178184.986396.208620@19g2000hsx.googlegroups.com>,
> how can i clear float inside a div without impacting others elements?
> regards.
You almost always need to provide a context on this, a url would
be nice to explain what you mean by "impacting". Mac IE has some
strange impact effects in this area. What are you referring to?

Signature
dorayme