> Paragraphs still have default margins, so it's a "collapsing > margins"[1] case.
I still don't understand. And, to be honest, sometimes when I read the specification, I feel like I need a doctorate degree in technical writing. Intuitively, I would expect the margin-bottom of that last nested <p> element inside of a <div> to be "within" the <div> and not overflow outside of it. That is, it would visually have the same effect as a padding-bottom on the containing <div>. But instead what happens is that the margin-bottom of that last <p> is collapsed with the margin-bottom of it's parent <div>? Or, is it collapsed with the margin-top of the <div> that follows? ...Rob ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
