|
Kitka -> RE: IE bug? (5/2/2006 20:34:11)
|
quote:
I guess I still don't understand what causes that spacing to be there. A paragraph is a block level element, which is assigned a bottom margin by default. For some reason, IE ignores the margin in some circumstances. Whereas Firefox and Opera don't, which is the correct thing to do. Some people, when they are building their external CSS, will start by zeroing margins and padding on all block level elements, and then add them back in places where it is needed. That can save some hassles, but I prefer to zero them only where necessary.
|
|
|
|