> Does anyone know how to reproduce it properly, please?

p { margin-bottom: 0}
p + ul { margin-top: 0}
p + ul + li {margin-top: 0}

What IE is doing (it seems) is putting the UL inside the paragraph,
rather than outside the paragraph.  So the default margins for
paragraphs and lists are taking effect.    If you remove those
margins, you'll get something that looks the same.

---Tim

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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/

Reply via email to