Re: [css-d] CSS Formatting - overflow for clearing floats

2006-07-17 Thread Philippe Wittenbergh
On Jul 18, 2006, at 8:17 AM, Robert O'Rourke wrote: >> So, the overflow-property is a useful solution for containing >> floats in >> some cases, but not in others. >> >> regards >> Georg >> > > Good to know, > > Does a floated element within a container that has overflow : hidden ; > appli

Re: [css-d] CSS Formatting - overflow for clearing floats

2006-07-17 Thread Robert O'Rourke
> So, the overflow-property is a useful solution for containing floats in > some cases, but not in others. > > regards > Georg > Good to know, Does a floated element within a container that has overflow : hidden ; applied respect the padding of the container? In particular the bottom