Click to See Complete Forum and Search --> : Margin and Padding


PetrolMonkey
04-18-2007, 03:15 PM
Hi All,

Padding and Margin aren't inherited, right? But do I have to specify them for every id and class I create or are they assumed zero unless stated otherwise?

Cheers PM:D

felgall
04-18-2007, 03:30 PM
They are assumed to be whatever the default for the given browser sets them to (different for each browser) unless you set them differently. That's why so many people use

* {margin:0; padding:0}

WebJoel
04-19-2007, 08:20 PM
I wish that I could give short effective answers like above. :D