/Stanimir Stamenkov/: > The top and bottom margins of DT and DD elements doesn't seems to > collapse with the top and bottom margins of element siblings of the DT > and DD enclosing DL element - see the attached example. The example contained error in the stylesheet, the style rule: dt.only-child, dl.only-child { margin-top: 1em; margin-bottom: 1em } should read: dt.only-child, dd.only-child { margin-top: 1em; margin-bottom: 1em } (mistyped "dl" -> "dd) Thus the example shows for DD elements only the bottom margin doesn't collapse. I'm attaching one more "inter-DL" example. -- Stanimir
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:24:44 GMT