>
> Setting padding and margin to 0 in 'body' will globally remove all padding
> and margins until you change the situation.


This is simply not true. body {padding:0; margin:0} will zero margin and
padding only on the body element. This is in no mean a global reset because
the padding and margin properties are not inherited. Read the spec:
http://www.w3.org/TR/CSS21/box.html#padding-properties

Serge Krul
______________________________________________________________________
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/

Reply via email to