On 27 Sep 2007, at 14:04, Scott Povlot wrote: > If I don't have a border, what is the difference > between using padding or margin to add space around an > element? Is there any reason to choose one over the > other?
Vertical margins collapse; padding doesn't: <http://www.w3.org/TR/CSS21/box.html#collapsing-margins> Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ ______________________________________________________________________ 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/
