| Topic: Nested Floats and other considerations (Page 1 of 1)  | |
|---|---|
| Bipolar (III) Inmate From: Phoenix |  posted 01-23-2005 18:42 Are nested floats valid or am I doing something wrong?  I have a div tag with float-left defined, content flows around this nicely.  When I add stuff inside of this div tag and use float and clear methods to control the layout, I think it is messing up the "outer" float-left.  I'm not sure though... | 
| Maniac (V) Inmate From: Sthlm, Sweden |  posted 01-23-2005 22:08 Just a quickie, once you add a float rule to an element you take it out of the normal document flow. This can for example cause some grief in designs based on relative positioning. |