StOo wrote:
>
> just out of interest is there a recommended default margin setting for
> browsers? i.e. is Mozilla "right" to do this and is IE "wrong"?
The sample style sheet for HTML 4.0 in CSS2 has { margin: 1.33em 0 }
(same as line-height) for most block elements. Mozilla has mostly
{ margin: 1em 0 } in html.css. The HTML spec recommends some basic
settings.
http://www.w3.org/TR/REC-CSS2/sample.html
http://lxr.mozilla.org/seamonkey/source/layout/html/document/src/html.css
http://www.w3.org/TR/html401/struct/text.html#h-9.3.5
Clarence