Re: [css-d] help on understanding a float behavior with a % margin

2012-06-07 Thread mem
On Jun 7, 2012, at 8:46 , Philippe Wittenbergh wrote: > > Le 7 juin 2012 à 06:23, mem a écrit : > >> So, perhaps this is what I'm not getting: >> >> if we float an element to the right, for example, but we give it a width of >> 100% what will that float: right visually accomplish ? > > Nothi

Re: [css-d] help on understanding a float behavior with a % margin

2012-06-07 Thread Philippe Wittenbergh
Le 7 juin 2012 à 06:23, mem a écrit : > So, perhaps this is what I'm not getting: > > if we float an element to the right, for example, but we give it a width of > 100% what will that float: right visually accomplish ? Nothing,… maybe ? No, not really nothing. Floating elements has lots of i

Re: [css-d] help on understanding a float behavior with a % margin

2012-06-06 Thread Georg
On 06.06.2012 20:51, mem wrote: On Jun 6, 2012, at 18:02 , Georg wrote: On 06.06.2012 18:16, mem wrote: Can you please take a look on the following snipped and either edited and/or explain here, why, when we add a *percentage* value on margin, we get some li to drop the float ? http://jsfid

Re: [css-d] help on understanding a float behavior with a % margin

2012-06-06 Thread mem
On Jun 6, 2012, at 20:55 , Tom Livingston wrote: > On Wed, Jun 6, 2012 at 2:51 PM, mem wrote: >> On Jun 6, 2012, at 18:02 , Georg wrote: >> >>> On 06.06.2012 18:16, mem wrote: Can you please take a look on the following snipped and either edited and/or explain here, why, when we add a

Re: [css-d] help on understanding a float behavior with a % margin

2012-06-06 Thread Tom Livingston
On Wed, Jun 6, 2012 at 2:51 PM, mem wrote: > On Jun 6, 2012, at 18:02 , Georg wrote: > >> On 06.06.2012 18:16, mem wrote: >>> Can you please take a look on the following snipped and either edited >>> and/or explain here, why, when we add a *percentage* value on margin, we >>> get some li to drop

Re: [css-d] help on understanding a float behavior with a % margin

2012-06-06 Thread mem
On Jun 6, 2012, at 18:02 , Georg wrote: > On 06.06.2012 18:16, mem wrote: >> Can you please take a look on the following snipped and either edited and/or >> explain here, why, when we add a *percentage* value on margin, we get some >> li to drop the float ? >> >> http://jsfiddle.net/vNmjS/ > >

Re: [css-d] help on understanding a float behavior with a % margin

2012-06-06 Thread Georg
On 06.06.2012 18:16, mem wrote: Can you please take a look on the following snipped and either edited and/or explain here, why, when we add a *percentage* value on margin, we get some li to drop the float ? http://jsfiddle.net/vNmjS/ Question: how wide is the float? :-) A more normal way to

[css-d] help on understanding a float behavior with a % margin

2012-06-06 Thread mem
Hello all, Can you please take a look on the following snipped and either edited and/or explain here, why, when we add a *percentage* value on margin, we get some li to drop the float ? http://jsfiddle.net/vNmjS/ k. regards, mem ___