[WSG] Clearing Floats

2007-02-24 Thread Ryan Moore
i found this link that states that when clearing floats, you should use the overflow technique. http://www.quirksmode.org/css/clearing.html is this the best route to go? I ran into some difficulties with a layout where the border of the box model was collapsing in, and the content was expanded

Re: [WSG] Clearing Floats

2007-02-24 Thread Wojciech Zając
Ryan, if you don't know this yet, I would recommend you clearfix: http:// www.positioniseverything.net/easyclearing.html. -- Regards, Wojciech Zając On Feb 24, 2007, at 12:15 PM, Ryan Moore wrote: i found this link that states that when clearing floats, you should use the overflow