On 11/27/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello list, > > I have a problem with pictures that float outside the parent div. I'm sure > I'm missing something simple, but I can't fix it. Here's a page with stubborn > avatars: > > http://www.5gt.nl/node/31#comment-12 > > I thought that divs, when enclosed within eachother, would prevent this > behaviour, but no...
You are right. Divs enclosed in divs still suffer this problem. What you need to do is apply clear:right to every div that contains a comment, so that it will definitely clear the previous comment's avatar. -- -- Christian Montoya christianmontoya.com ... rdpdesign.com ... cssliquid.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
